Class SendToMsTeamsChannelId.Builder
-
- All Implemented Interfaces:
public final class SendToMsTeamsChannelId.BuilderA builder for SendToMsTeamsChannelId.
-
-
Method Summary
-
-
Method Detail
-
channelId
final SendToMsTeamsChannelId.Builder channelId(String channelId)
-
channelId
final SendToMsTeamsChannelId.Builder channelId(JsonField<String> channelId)
Sets Builder.channelId to an arbitrary JSON value.
You should usually call Builder.channelId 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 SendToMsTeamsChannelId.Builder serviceUrl(String serviceUrl)
-
serviceUrl
final SendToMsTeamsChannelId.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.
-
tenantId
final SendToMsTeamsChannelId.Builder tenantId(String tenantId)
-
tenantId
final SendToMsTeamsChannelId.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 SendToMsTeamsChannelId.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final SendToMsTeamsChannelId.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final SendToMsTeamsChannelId.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final SendToMsTeamsChannelId.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final SendToMsTeamsChannelId.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final SendToMsTeamsChannelId build()
Returns an immutable instance of SendToMsTeamsChannelId.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.channelId() .serviceUrl() .tenantId()
-
-
-
-