Package com.oracle.bmc.oda.model
Class CreateMSTeamsChannelResult.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.CreateMSTeamsChannelResult.Builder
 
- 
- Enclosing class:
- CreateMSTeamsChannelResult
 
 public static class CreateMSTeamsChannelResult.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic CreateMSTeamsChannelResult.Builder id(String id) 
 - 
namepublic CreateMSTeamsChannelResult.Builder name(String name) 
 - 
descriptionpublic CreateMSTeamsChannelResult.Builder description(String description) 
 - 
categorypublic CreateMSTeamsChannelResult.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic CreateMSTeamsChannelResult.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic CreateMSTeamsChannelResult.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic CreateMSTeamsChannelResult.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic CreateMSTeamsChannelResult.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic CreateMSTeamsChannelResult.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic CreateMSTeamsChannelResult.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
msaAppIdpublic CreateMSTeamsChannelResult.Builder msaAppId(String msaAppId) The Microsoft App ID that you obtained when you created your bot registration in Azure.- Parameters:
- msaAppId- the value to set
- Returns:
- this builder
 
 - 
botIdpublic CreateMSTeamsChannelResult.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 CreateMSTeamsChannelResult.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 CreateMSTeamsChannelResult build() 
 - 
copypublic CreateMSTeamsChannelResult.Builder copy(CreateMSTeamsChannelResult model) 
 
- 
 
-