Class SendToMsTeamsChannelName.Builder
-
- All Implemented Interfaces:
public final class SendToMsTeamsChannelName.BuilderA builder for SendToMsTeamsChannelName.
-
-
Method Summary
-
-
Method Detail
-
channelName
final SendToMsTeamsChannelName.Builder channelName(String channelName)
-
channelName
final SendToMsTeamsChannelName.Builder channelName(JsonField<String> channelName)
Sets Builder.channelName to an arbitrary JSON value.
You should usually call Builder.channelName with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
serviceUrl
final SendToMsTeamsChannelName.Builder serviceUrl(String serviceUrl)
-
serviceUrl
final SendToMsTeamsChannelName.Builder serviceUrl(JsonField<String> serviceUrl)
Sets Builder.serviceUrl to an arbitrary JSON value.
You should usually call Builder.serviceUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
teamId
final SendToMsTeamsChannelName.Builder teamId(String teamId)
-
teamId
final SendToMsTeamsChannelName.Builder teamId(JsonField<String> teamId)
Sets Builder.teamId to an arbitrary JSON value.
You should usually call Builder.teamId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
tenantId
final SendToMsTeamsChannelName.Builder tenantId(String tenantId)
-
tenantId
final SendToMsTeamsChannelName.Builder tenantId(JsonField<String> tenantId)
Sets Builder.tenantId to an arbitrary JSON value.
You should usually call Builder.tenantId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final SendToMsTeamsChannelName.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SendToMsTeamsChannelName.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SendToMsTeamsChannelName.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SendToMsTeamsChannelName.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SendToMsTeamsChannelName.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SendToMsTeamsChannelName build()
Returns an immutable instance of SendToMsTeamsChannelName.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.channelName() .serviceUrl() .teamId() .tenantId()
-
-
-
-