Package com.courier.models.tenants
Class Tenant.UserProfile
-
- All Implemented Interfaces:
public final class Tenant.UserProfileA user profile object merged with user profile on send.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenant.UserProfile.BuilderA builder for UserProfile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final Tenant.UserProfile.BuildertoBuilder()final Tenant.UserProfilevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Tenant.UserProfile.Builderbuilder()Returns a mutable builder for constructing an instance of UserProfile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Tenant.UserProfile.Builder toBuilder()
-
validate
final Tenant.UserProfile 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 Tenant.UserProfile.Builder builder()
Returns a mutable builder for constructing an instance of UserProfile.
-
-
-
-