Class InvokeInvokeAdHocParams.Automation
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.BuilderA builder for Automation.
public final classInvokeInvokeAdHocParams.Automation.Step
-
Method Summary
Modifier and Type Method Description final List<InvokeInvokeAdHocParams.Automation.Step>steps()final Optional<String>cancelationToken()final JsonField<List<InvokeInvokeAdHocParams.Automation.Step>>_steps()Returns the raw JSON value of steps. final JsonField<String>_cancelationToken()Returns the raw JSON value of cancelationToken. final Map<String, JsonValue>_additionalProperties()final InvokeInvokeAdHocParams.Automation.BuildertoBuilder()final InvokeInvokeAdHocParams.Automationvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static InvokeInvokeAdHocParams.Automation.Builderbuilder()Returns a mutable builder for constructing an instance of Automation. -
-
Method Detail
-
steps
final List<InvokeInvokeAdHocParams.Automation.Step> steps()
-
cancelationToken
final Optional<String> cancelationToken()
-
_steps
final JsonField<List<InvokeInvokeAdHocParams.Automation.Step>> _steps()
Returns the raw JSON value of steps.
Unlike steps, this method doesn't throw if the JSON field has an unexpected type.
-
_cancelationToken
final JsonField<String> _cancelationToken()
Returns the raw JSON value of cancelationToken.
Unlike cancelationToken, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InvokeInvokeAdHocParams.Automation.Builder toBuilder()
-
validate
final InvokeInvokeAdHocParams.Automation 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.Builder builder()
Returns a mutable builder for constructing an instance of Automation.
The following fields are required:
.steps()
-
-
-
-