Class MessageGetContentResponse.Data.MessageSmsContent.Builder
-
- All Implemented Interfaces:
public final class MessageGetContentResponse.Data.MessageSmsContent.BuilderA builder for MessageSmsContent.
-
-
Method Summary
-
-
Method Detail
-
_typename
final MessageGetContentResponse.Data.MessageSmsContent.Builder _typename(String _typename)
The typename of the schema.
-
_typename
final MessageGetContentResponse.Data.MessageSmsContent.Builder _typename(JsonField<String> _typename)
Sets Builder._typename to an arbitrary JSON value.
You should usually call Builder._typename with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
body
final MessageGetContentResponse.Data.MessageSmsContent.Builder body(String body)
The content body of the SMS message.
-
body
final MessageGetContentResponse.Data.MessageSmsContent.Builder body(JsonField<String> body)
Sets Builder.body to an arbitrary JSON value.
You should usually call Builder.body with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
to
final MessageGetContentResponse.Data.MessageSmsContent.Builder to(String to)
The phone number the SMS was sent to.
-
to
final MessageGetContentResponse.Data.MessageSmsContent.Builder to(JsonField<String> to)
Sets Builder.to to an arbitrary JSON value.
You should usually call Builder.to 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 MessageGetContentResponse.Data.MessageSmsContent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final MessageGetContentResponse.Data.MessageSmsContent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final MessageGetContentResponse.Data.MessageSmsContent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final MessageGetContentResponse.Data.MessageSmsContent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final MessageGetContentResponse.Data.MessageSmsContent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final MessageGetContentResponse.Data.MessageSmsContent build()
Returns an immutable instance of MessageSmsContent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
._typename() .body() .to()
-
-
-
-