Package com.courier.models.tenants
Class TenantUpdateParams.UserProfile
-
- All Implemented Interfaces:
public final class TenantUpdateParams.UserProfileA user profile object merged with user profile on send.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantUpdateParams.UserProfile.BuilderA builder for UserProfile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final TenantUpdateParams.UserProfile.BuildertoBuilder()final TenantUpdateParams.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 TenantUpdateParams.UserProfile.Builderbuilder()Returns a mutable builder for constructing an instance of UserProfile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantUpdateParams.UserProfile.Builder toBuilder()
-
validate
final TenantUpdateParams.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 TenantUpdateParams.UserProfile.Builder builder()
Returns a mutable builder for constructing an instance of UserProfile.
-
-
-
-