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