Package com.oracle.bmc.oda.model
Class MSTeamsChannel.Builder
- java.lang.Object
- 
- com.oracle.bmc.oda.model.MSTeamsChannel.Builder
 
- 
- Enclosing class:
- MSTeamsChannel
 
 public static class MSTeamsChannel.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic MSTeamsChannel.Builder id(String id) 
 - 
namepublic MSTeamsChannel.Builder name(String name) 
 - 
descriptionpublic MSTeamsChannel.Builder description(String description) 
 - 
categorypublic MSTeamsChannel.Builder category(ChannelCategory category) 
 - 
sessionExpiryDurationInMillisecondspublic MSTeamsChannel.Builder sessionExpiryDurationInMilliseconds(Long sessionExpiryDurationInMilliseconds) 
 - 
lifecycleStatepublic MSTeamsChannel.Builder lifecycleState(LifecycleState lifecycleState) 
 - 
timeCreatedpublic MSTeamsChannel.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic MSTeamsChannel.Builder timeUpdated(Date timeUpdated) 
 - 
freeformTagspublic MSTeamsChannel.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic MSTeamsChannel.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
msaAppIdpublic MSTeamsChannel.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 MSTeamsChannel.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 MSTeamsChannel.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 MSTeamsChannel build() 
 - 
copypublic MSTeamsChannel.Builder copy(MSTeamsChannel model) 
 
- 
 
-