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