Package com.courier.models
Class UserProfile.Custom
-
- All Implemented Interfaces:
public final class UserProfile.CustomA free form object. Due to a limitation of the API Explorer, you can only enter string key/values below, but this API accepts more complex object structures.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserProfile.Custom.BuilderA builder for Custom.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final UserProfile.Custom.BuildertoBuilder()final UserProfile.Customvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static UserProfile.Custom.Builderbuilder()Returns a mutable builder for constructing an instance of Custom. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final UserProfile.Custom.Builder toBuilder()
-
validate
final UserProfile.Custom 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 UserProfile.Custom.Builder builder()
Returns a mutable builder for constructing an instance of Custom.
-
-
-
-