Package com.oracle.bmc.oda.model
Class FacebookChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.FacebookChannel.Builder
 
- 
- Enclosing class:
- FacebookChannel
 
 public static class FacebookChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic FacebookChannel.Builder id(String id) 
 - 
namepublic FacebookChannel.Builder name(String name) 
 - 
descriptionpublic FacebookChannel.Builder description(String description) 
 - 
categorypublic FacebookChannel.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic FacebookChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic FacebookChannel.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic FacebookChannel.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic FacebookChannel.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic FacebookChannel.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic FacebookChannel.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
botIdpublic FacebookChannel.Builder botId(String botId) The ID of the Skill or Digital Assistant that the Channel is routed to.- Parameters:
- botId- the value to set
- Returns:
- this builder
 
 - 
webhookUrlpublic FacebookChannel.Builder webhookUrl(String webhookUrl) The URL to use to send messages to this channel.This will be generally be used to configure a webhook in a 3rd party messaging system to send messages to this channel. - Parameters:
- webhookUrl- the value to set
- Returns:
- this builder
 
 - 
buildpublic FacebookChannel build() 
 - 
copypublic FacebookChannel.Builder copy(FacebookChannel model) 
 
- 
 
-