Class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder
-
- All Implemented Interfaces:
public final class InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.BuilderA builder for Webhook.
-
-
Method Summary
-
-
Method Detail
-
method
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder method(InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Method method)
-
method
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder method(JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Method> method)
Sets Builder.method to an arbitrary JSON value.
You should usually call Builder.method with a well-typed Method value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
url
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder url(String url)
-
url
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder url(JsonField<String> url)
Sets Builder.url to an arbitrary JSON value.
You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
body
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder body(String body)
-
body
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder body(Optional<String> body)
Alias for calling Builder.body with
body.orElse(null).
-
body
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder body(JsonField<String> body)
Sets Builder.body to an arbitrary JSON value.
You should usually call Builder.body with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
headers
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder headers(InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers headers)
-
headers
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder headers(Optional<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers> headers)
Alias for calling Builder.headers with
headers.orElse(null).
-
headers
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder headers(JsonField<InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Headers> headers)
Sets Builder.headers to an arbitrary JSON value.
You should usually call Builder.headers with a well-typed Headers value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final InvokeInvokeAdHocParams.Automation.Step.AutomationFetchDataStep.Webhook build()
Returns an immutable instance of Webhook.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.method() .url()
-
-
-
-