Package com.courier.models.tenants
Class TenantAssociation.Profile
-
- All Implemented Interfaces:
public final class TenantAssociation.ProfileAdditional metadata to be applied to a user profile when used in a tenant context
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantAssociation.Profile.BuilderA builder for Profile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final TenantAssociation.Profile.BuildertoBuilder()final TenantAssociation.Profilevalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TenantAssociation.Profile.Builderbuilder()Returns a mutable builder for constructing an instance of Profile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantAssociation.Profile.Builder toBuilder()
-
validate
final TenantAssociation.Profile 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 TenantAssociation.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-