Class InvokeInvokeByTemplateParams.Body
-
- All Implemented Interfaces:
public final class InvokeInvokeByTemplateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeByTemplateParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
data
final Optional<InvokeInvokeByTemplateParams.Data> data()
-
profile
final Optional<InvokeInvokeByTemplateParams.Profile> profile()
-
_recipient
final JsonField<String> _recipient()
Returns the raw JSON value of recipient.
Unlike recipient, this method doesn't throw if the JSON field has an unexpected type.
-
_brand
final JsonField<String> _brand()
Returns the raw JSON value of brand.
Unlike brand, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<InvokeInvokeByTemplateParams.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_profile
final JsonField<InvokeInvokeByTemplateParams.Profile> _profile()
Returns the raw JSON value of profile.
Unlike profile, this method doesn't throw if the JSON field has an unexpected type.
-
_template
final JsonField<String> _template()
Returns the raw JSON value of template.
Unlike template, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InvokeInvokeByTemplateParams.Body.Builder toBuilder()
-
validate
final InvokeInvokeByTemplateParams.Body validate()
-
builder
final static InvokeInvokeByTemplateParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.recipient()
-
-
-
-