Class ServiceConfig
Configuration object for Services.
| Property | Description |
|---|---|
ID: String (read-only) | Returns the unique Service ID. |
credential: ServiceCredential (read-only) | Returns the related service credentials. |
profile: ServiceProfile (read-only) | Returns the related service profile. |
serviceType: String (read-only) | Returns the type of the service, such as HTTP or SOAP. |
This class does not have a constructor, so you cannot create it directly.
| 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. |
getCreationDate, getLastModified, getUUID
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
- ID: String
(read-only) Returns the unique Service ID.
- credential: ServiceCredential
(read-only) Returns the related service credentials.
- profile: ServiceProfile
(read-only) Returns the related service profile.
- serviceType: String
(read-only) Returns the type of the service, such as HTTP or SOAP.
- getCredential(): ServiceCredential
Returns the related service credentials.
Returns:
- Related service credentials.
- getID(): String
Returns the unique Service ID.
Returns:
- unique Service ID.
- getProfile(): ServiceProfile
Returns the related service profile.
Returns:
- Related service profile.
- getServiceType(): String
Returns the type of the service, such as HTTP or SOAP.
Returns:
- Type of the service, such as HTTP or SOAP.