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