Package com.courier.models.users.tenants
Class TenantAddSingleParams.Profile
-
- All Implemented Interfaces:
public final class TenantAddSingleParams.Profile
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantAddSingleParams.Profile.BuilderA builder for Profile.
-
Method Summary
Modifier and Type Method Description final Map<String, JsonValue>_additionalProperties()final TenantAddSingleParams.Profile.BuildertoBuilder()final TenantAddSingleParams.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 TenantAddSingleParams.Profile.Builderbuilder()Returns a mutable builder for constructing an instance of Profile. -
-
Method Detail
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantAddSingleParams.Profile.Builder toBuilder()
-
validate
final TenantAddSingleParams.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 TenantAddSingleParams.Profile.Builder builder()
Returns a mutable builder for constructing an instance of Profile.
-
-
-
-