Class InvokeInvokeAdHocParams.Body
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Body.BuilderA builder for Body.
-
Method Summary
-
-
Method Detail
-
automation
final InvokeInvokeAdHocParams.Automation automation()
-
data
final Optional<InvokeInvokeAdHocParams.Data> data()
-
profile
final Optional<InvokeInvokeAdHocParams.Profile> profile()
-
_automation
final JsonField<InvokeInvokeAdHocParams.Automation> _automation()
Returns the raw JSON value of automation.
Unlike automation, 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<InvokeInvokeAdHocParams.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<InvokeInvokeAdHocParams.Profile> _profile()
Returns the raw JSON value of profile.
Unlike profile, this method doesn't throw if the JSON field has an unexpected type.
-
_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.
-
_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 InvokeInvokeAdHocParams.Body.Builder toBuilder()
-
validate
final InvokeInvokeAdHocParams.Body validate()
-
builder
final static InvokeInvokeAdHocParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.automation()
-
-
-
-