Class InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.BuilderA builder for AutomationSendStep.
public final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Actionpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Datapublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Profile
-
Method Summary
-
-
Method Detail
-
profile
final Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Profile> profile()
-
_action
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Action> _action()
Returns the raw JSON value of action.
Unlike action, 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.Automation.Step.AutomationSendStep.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.Automation.Step.AutomationSendStep.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.Automation.Step.AutomationSendStep.Builder toBuilder()
-
validate
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static InvokeInvokeAdHocParams.Automation.Step.AutomationSendStep.Builder builder()
Returns a mutable builder for constructing an instance of AutomationSendStep.
The following fields are required:
.action()
-
-
-
-