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