Package com.courier.models.profiles
Class ProfileCreateResponse
-
- All Implemented Interfaces:
public final class ProfileCreateResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProfileCreateResponse.BuilderA builder for ProfileCreateResponse.
public final classProfileCreateResponse.Status
-
Method Summary
Modifier and Type Method Description final ProfileCreateResponse.Statusstatus()final JsonField<ProfileCreateResponse.Status>_status()Returns the raw JSON value of status. final Map<String, JsonValue>_additionalProperties()final ProfileCreateResponse.BuildertoBuilder()final ProfileCreateResponsevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ProfileCreateResponse.Builderbuilder()Returns a mutable builder for constructing an instance of ProfileCreateResponse. -
-
Method Detail
-
status
final ProfileCreateResponse.Status status()
-
_status
final JsonField<ProfileCreateResponse.Status> _status()
Returns the raw JSON value of status.
Unlike status, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProfileCreateResponse.Builder toBuilder()
-
validate
final ProfileCreateResponse 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 ProfileCreateResponse.Builder builder()
Returns a mutable builder for constructing an instance of ProfileCreateResponse.
The following fields are required:
.status()
-
-
-
-