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