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