Class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.BuilderA builder for Webhook.
public final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Methodpublic final classInvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers
-
Method Summary
-
-
Method Detail
-
method
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Method method()
-
headers
final Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers> headers()
-
_method
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Method> _method()
Returns the raw JSON value of method.
Unlike method, this method doesn't throw if the JSON field has an unexpected type.
-
_url
final JsonField<String> _url()
Returns the raw JSON value of url.
Unlike url, this method doesn't throw if the JSON field has an unexpected type.
-
_body
final JsonField<String> _body()
Returns the raw JSON value of body.
Unlike body, this method doesn't throw if the JSON field has an unexpected type.
-
_headers
final JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers> _headers()
Returns the raw JSON value of headers.
Unlike headers, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder toBuilder()
-
builder
final static InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder builder()
Returns a mutable builder for constructing an instance of Webhook.
The following fields are required:
.method() .url()
-
-
-
-