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