Package com.courier.models.journeys
Class JourneyFetchPostPutNode.Headers
-
- All Implemented Interfaces:
public final class JourneyFetchPostPutNode.Headers
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyFetchPostPutNode.Headers.BuilderA builder for Headers.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final JourneyFetchPostPutNode.Headers.BuildertoBuilder()final JourneyFetchPostPutNode.Headersvalidate()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.Headers.Builderbuilder()Returns a mutable builder for constructing an instance of Headers. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyFetchPostPutNode.Headers.Builder toBuilder()
-
validate
final JourneyFetchPostPutNode.Headers 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.Headers.Builder builder()
Returns a mutable builder for constructing an instance of Headers.
-
-
-
-