Class InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.BuilderA builder for AutomationSendListStep.
public final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Actionpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Data
-
Method Summary
-
-
Method Detail
-
_action
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Action> _action()
Returns the raw JSON value of action.
Unlike action, this method doesn't throw if the JSON field has an unexpected type.
-
_list
final JsonField<String> _list()
Returns the raw JSON value of list.
Unlike list, 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.AutomationSendListStep.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep validate()
-
builder
final static InvokeInvokeAdHocParams.Automation.Step.AutomationSendListStep.Builder builder()
Returns a mutable builder for constructing an instance of AutomationSendListStep.
The following fields are required:
.action() .list()
-
-
-
-