Package com.courier.models.journeys
Class JourneysInvokeResponse
-
- All Implemented Interfaces:
public final class JourneysInvokeResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneysInvokeResponse.BuilderA builder for JourneysInvokeResponse.
-
Method Summary
Modifier and Type Method Description final StringrunId()A unique identifier for the journey run that was created. final JsonField<String>_runId()Returns the raw JSON value of runId. final Map<String, JsonValue>_additionalProperties()final JourneysInvokeResponse.BuildertoBuilder()final JourneysInvokeResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneysInvokeResponse.Builderbuilder()Returns a mutable builder for constructing an instance of JourneysInvokeResponse. -
-
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 JourneysInvokeResponse.Builder toBuilder()
-
validate
final JourneysInvokeResponse 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 JourneysInvokeResponse.Builder builder()
Returns a mutable builder for constructing an instance of JourneysInvokeResponse.
The following fields are required:
.runId()
-
-
-
-