Uses of Class
com.oracle.bmc.oda.model.ServiceCloudClientType
-
Packages that use ServiceCloudClientType Package Description com.oracle.bmc.oda.model -
-
Uses of ServiceCloudClientType in com.oracle.bmc.oda.model
Methods in com.oracle.bmc.oda.model that return ServiceCloudClientType Modifier and Type Method Description static ServiceCloudClientTypeServiceCloudClientType. create(String key)ServiceCloudClientTypeCreateServiceCloudChannelDetails. getClientType()The type of Service Cloud client.ServiceCloudClientTypeCreateServiceCloudChannelResult. getClientType()The type of Service Cloud client.ServiceCloudClientTypeServiceCloudChannel. getClientType()The type of Service Cloud client.ServiceCloudClientTypeUpdateServiceCloudChannelDetails. getClientType()The type of Service Cloud client.static ServiceCloudClientTypeServiceCloudClientType. 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.Methods in com.oracle.bmc.oda.model with parameters of type ServiceCloudClientType Modifier and Type Method Description CreateServiceCloudChannelDetails.BuilderCreateServiceCloudChannelDetails.Builder. clientType(ServiceCloudClientType clientType)The type of Service Cloud client.CreateServiceCloudChannelResult.BuilderCreateServiceCloudChannelResult.Builder. clientType(ServiceCloudClientType clientType)The type of Service Cloud client.ServiceCloudChannel.BuilderServiceCloudChannel.Builder. clientType(ServiceCloudClientType clientType)The type of Service Cloud client.UpdateServiceCloudChannelDetails.BuilderUpdateServiceCloudChannelDetails.Builder. clientType(ServiceCloudClientType clientType)The type of Service Cloud client.Constructors in com.oracle.bmc.oda.model with parameters of type ServiceCloudClientType Constructor 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.
-