Package | Description |
---|---|
com.oracle.bmc.oda.model |
Modifier and Type | Method and Description |
---|---|
static ServiceCloudClientType |
ServiceCloudClientType.create(String key) |
ServiceCloudClientType |
ServiceCloudChannel.getClientType()
The type of Service Cloud client.
|
ServiceCloudClientType |
CreateServiceCloudChannelDetails.getClientType()
The type of Service Cloud client.
|
ServiceCloudClientType |
UpdateServiceCloudChannelDetails.getClientType()
The type of Service Cloud client.
|
ServiceCloudClientType |
CreateServiceCloudChannelResult.getClientType()
The type of Service Cloud client.
|
static ServiceCloudClientType |
ServiceCloudClientType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCloudClientType[] |
ServiceCloudClientType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ServiceCloudChannel.Builder |
ServiceCloudChannel.Builder.clientType(ServiceCloudClientType clientType)
The type of Service Cloud client.
|
CreateServiceCloudChannelDetails.Builder |
CreateServiceCloudChannelDetails.Builder.clientType(ServiceCloudClientType clientType)
The type of Service Cloud client.
|
UpdateServiceCloudChannelDetails.Builder |
UpdateServiceCloudChannelDetails.Builder.clientType(ServiceCloudClientType clientType)
The type of Service Cloud client.
|
CreateServiceCloudChannelResult.Builder |
CreateServiceCloudChannelResult.Builder.clientType(ServiceCloudClientType clientType)
The type of Service Cloud client.
|
Constructor and Description |
---|
CreateServiceCloudChannelDetails(String name,
String description,
Long sessionExpiryDurationInMilliseconds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String domainName,
String hostNamePrefix,
String userName,
String password,
ServiceCloudClientType clientType)
Deprecated.
|
CreateServiceCloudChannelResult(String id,
String name,
String description,
ChannelCategory category,
Long sessionExpiryDurationInMilliseconds,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String domainName,
String hostNamePrefix,
String userName,
ServiceCloudClientType clientType)
Deprecated.
|
ServiceCloudChannel(String id,
String name,
String description,
ChannelCategory category,
Long sessionExpiryDurationInMilliseconds,
LifecycleState lifecycleState,
Date timeCreated,
Date timeUpdated,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String domainName,
String hostNamePrefix,
String userName,
ServiceCloudClientType clientType)
Deprecated.
|
UpdateServiceCloudChannelDetails(String name,
String description,
Long sessionExpiryDurationInMilliseconds,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
String domainName,
String hostNamePrefix,
String userName,
String password,
ServiceCloudClientType clientType)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.