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