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()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()
-
builder
final static ProfileCreateParams.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-