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