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()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()
-
builder
final static JourneysInvokeResponse.Builder builder()
Returns a mutable builder for constructing an instance of JourneysInvokeResponse.
The following fields are required:
.runId()
-
-
-
-