Class ServiceConfig
Configuration object for Services.
Property Summary
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
| Method | Description |
|---|
| getCredential() | Returns the related service credentials. |
| getID() | Returns the unique Service ID. |
| getProfile() | Returns the related service profile. |
| getServiceType() | Returns the type of the service, such as HTTP or SOAP. |
Methods inherited from class ExtensibleObject
describe, getCustom
Methods inherited from class PersistentObject
getCreationDate, getLastModified, getUUID
Methods inherited from class Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
Property Details
ID
- ID: String
(read-only)
Returns the unique Service ID.
credential
- credential: ServiceCredential
(read-only)
Returns the related service credentials.
profile
- profile: ServiceProfile
(read-only)
Returns the related service profile.
serviceType
- serviceType: String
(read-only)
Returns the type of the service, such as HTTP or SOAP.
Method Details
getCredential()
- getCredential(): ServiceCredential
Returns the related service credentials.
Returns:
- Related service credentials.
getID()
- getID(): String
Returns the unique Service ID.
Returns:
getProfile()
- getProfile(): ServiceProfile
Returns the related service profile.
Returns:
getServiceType()
- getServiceType(): String
Returns the type of the service, such as HTTP or SOAP.
Returns:
- Type of the service, such as HTTP or SOAP.