Package com.courier.models.users.tenants
Class TenantAddMultipleParams.Body
-
- All Implemented Interfaces:
public final class TenantAddMultipleParams.Body
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantAddMultipleParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final List<TenantAssociation>tenants()final JsonField<List<TenantAssociation>>_tenants()Returns the raw JSON value of tenants. final Map<String, JsonValue>_additionalProperties()final TenantAddMultipleParams.Body.BuildertoBuilder()final TenantAddMultipleParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TenantAddMultipleParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
tenants
final List<TenantAssociation> tenants()
-
_tenants
final JsonField<List<TenantAssociation>> _tenants()
Returns the raw JSON value of tenants.
Unlike tenants, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantAddMultipleParams.Body.Builder toBuilder()
-
validate
final TenantAddMultipleParams.Body validate()
-
builder
final static TenantAddMultipleParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
The following fields are required:
.tenants()
-
-
-
-