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