Package com.courier.models.profiles
Class ProfileCreateParams.Body
-
- All Implemented Interfaces:
public final class ProfileCreateParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classProfileCreateParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final ProfileCreateParams.Profileprofile()final JsonField<ProfileCreateParams.Profile>_profile()Returns the raw JSON value of profile. final Map<String, JsonValue>_additionalProperties()final ProfileCreateParams.Body.BuildertoBuilder()final ProfileCreateParams.Bodyvalidate()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.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
profile
final ProfileCreateParams.Profile profile()
-
_profile
final JsonField<ProfileCreateParams.Profile> _profile()
Returns the raw JSON value of profile.
Unlike profile, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final ProfileCreateParams.Body.Builder toBuilder()
-
validate
final ProfileCreateParams.Body 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.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.profile()
-
-
-
-