Package com.courier.models.journeys
Class JourneyFetchPostPutNode.ResponseSchema
-
- All Implemented Interfaces:
public final class JourneyFetchPostPutNode.ResponseSchemaA JSONSchema object (Draft-07-compatible). Validated at runtime by Ajv.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyFetchPostPutNode.ResponseSchema.BuilderA builder for ResponseSchema.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final JourneyFetchPostPutNode.ResponseSchema.BuildertoBuilder()final JourneyFetchPostPutNode.ResponseSchemavalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneyFetchPostPutNode.ResponseSchema.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseSchema. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyFetchPostPutNode.ResponseSchema.Builder toBuilder()
-
validate
final JourneyFetchPostPutNode.ResponseSchema 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 JourneyFetchPostPutNode.ResponseSchema.Builder builder()
Returns a mutable builder for constructing an instance of ResponseSchema.
-
-
-
-