Package com.oracle.bmc.oda.model
Class TwilioChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.TwilioChannel.Builder
 
- 
- Enclosing class:
- TwilioChannel
 
 public static class TwilioChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic TwilioChannel.Builder id(String id) 
 - 
namepublic TwilioChannel.Builder name(String name) 
 - 
descriptionpublic TwilioChannel.Builder description(String description) 
 - 
categorypublic TwilioChannel.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic TwilioChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic TwilioChannel.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic TwilioChannel.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic TwilioChannel.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic TwilioChannel.Builder freeformTags(Map<String,String> freeformTags) 
 - 
accountSIDpublic TwilioChannel.Builder accountSID(String accountSID) The Account SID for the Twilio number.- Parameters:
- accountSID- the value to set
- Returns:
- this builder
 
 - 
phoneNumberpublic TwilioChannel.Builder phoneNumber(String phoneNumber) The Twilio phone number.- Parameters:
- phoneNumber- the value to set
- Returns:
- this builder
 
 - 
isMmsEnabledpublic TwilioChannel.Builder isMmsEnabled(Boolean isMmsEnabled) Whether MMS is enabled for this channel or not.- Parameters:
- isMmsEnabled- the value to set
- Returns:
- this builder
 
 - 
originalConnectorsUrlpublic TwilioChannel.Builder originalConnectorsUrl(String originalConnectorsUrl) The original connectors URL (used for backward compatibility).- Parameters:
- originalConnectorsUrl- the value to set
- Returns:
- this builder
 
 - 
botIdpublic TwilioChannel.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 TwilioChannel.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 TwilioChannel build() 
 - 
copypublic TwilioChannel.Builder copy(TwilioChannel model) 
 
- 
 
-