Class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.BuilderA builder for AutomationFetchDataStep.
public final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Actionpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhookpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.MergeStrategy
-
Method Summary
-
-
Method Detail
-
mergeStrategy
final Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.MergeStrategy> mergeStrategy()
-
_action
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Action> _action()
Returns the raw JSON value of action.
Unlike action, this method doesn't throw if the JSON field has an unexpected type.
-
_webhook
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook> _webhook()
Returns the raw JSON value of webhook.
Unlike webhook, this method doesn't throw if the JSON field has an unexpected type.
-
_mergeStrategy
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.MergeStrategy> _mergeStrategy()
Returns the raw JSON value of mergeStrategy.
Unlike mergeStrategy, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep validate()
-
builder
final static InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Builder builder()
Returns a mutable builder for constructing an instance of AutomationFetchDataStep.
The following fields are required:
.action() .webhook()
-
-
-
-