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