Class CreateServiceCloudChannelResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateServiceCloudChannelResult.Builder
 
- 
- Enclosing class:
- CreateServiceCloudChannelResult
 
 public static class CreateServiceCloudChannelResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CreateServiceCloudChannelResult.Builder id(String id) 
 - 
namepublic CreateServiceCloudChannelResult.Builder name(String name) 
 - 
descriptionpublic CreateServiceCloudChannelResult.Builder description(String description) 
 - 
categorypublic CreateServiceCloudChannelResult.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic CreateServiceCloudChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic CreateServiceCloudChannelResult.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic CreateServiceCloudChannelResult.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CreateServiceCloudChannelResult.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CreateServiceCloudChannelResult.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateServiceCloudChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
domainNamepublic CreateServiceCloudChannelResult.Builder domainName(String domainName) The domain name.If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. - Parameters:
- domainName- the value to set
- Returns:
- this builder
 
 - 
hostNamePrefixpublic CreateServiceCloudChannelResult.Builder hostNamePrefix(String hostNamePrefix) The host prefix.If you have access to Oracle B2C Service, you can derive this value from the URL that you use to launch the Agent Browser User Interface. For example, if the URL is sitename.exampledomain.com, then the host name prefix is sitename and the domain name is exampledomain.com. If the channel is connecting to Oracle B2C Service version 19A or later, and you have multiple interfaces, then you must include the interface ID in the host (site) name . For example, for the interface that has an ID of 2, you would use something like sitename-2.exampledomain.com. - Parameters:
- hostNamePrefix- the value to set
- Returns:
- this builder
 
 - 
userNamepublic CreateServiceCloudChannelResult.Builder userName(String userName) The user name for an Oracle B2C Service staff member who has the necessary profile permissions.- Parameters:
- userName- the value to set
- Returns:
- this builder
 
 - 
clientTypepublic CreateServiceCloudChannelResult.Builder clientType(ServiceCloudClientType clientType) The type of Service Cloud client.- Parameters:
- clientType- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateServiceCloudChannelResult build() 
 - 
copypublic CreateServiceCloudChannelResult.Builder copy(CreateServiceCloudChannelResult model) 
 
- 
 
-