Class TenantSetParams.Body
-
- All Implemented Interfaces:
public final class TenantSetParams.BodyA tenant to be set in the system. You can supply any additional properties on the tenant object.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantSetParams.Body.BuilderA builder for Body.
-
Method Summary
Modifier and Type Method Description final Optional<InlineChannelDataRequest>channelData()A request to set channel data for a type of channel inline. final Optional<InlinePreferenceSetRequest>preferences()Inline set preferences for a recipient, where the key is the preference set id. final Optional<TenantSetParams.Settings>settings()The settings for the tenant. final JsonField<InlineChannelDataRequest>_channelData()Returns the raw JSON value of channelData. final JsonField<InlinePreferenceSetRequest>_preferences()Returns the raw JSON value of preferences. final JsonField<TenantSetParams.Settings>_settings()Returns the raw JSON value of settings. final Map<String, JsonValue>_additionalProperties()final TenantSetParams.Body.BuildertoBuilder()final TenantSetParams.Bodyvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TenantSetParams.Body.Builderbuilder()Returns a mutable builder for constructing an instance of Body. -
-
Method Detail
-
channelData
final Optional<InlineChannelDataRequest> channelData()
A request to set channel data for a type of channel inline.
-
preferences
final Optional<InlinePreferenceSetRequest> preferences()
Inline set preferences for a recipient, where the key is the preference set id.
-
settings
final Optional<TenantSetParams.Settings> settings()
The settings for the tenant. Includes branding and preference set.
-
_channelData
final JsonField<InlineChannelDataRequest> _channelData()
Returns the raw JSON value of channelData.
Unlike channelData, this method doesn't throw if the JSON field has an unexpected type.
-
_preferences
final JsonField<InlinePreferenceSetRequest> _preferences()
Returns the raw JSON value of preferences.
Unlike preferences, this method doesn't throw if the JSON field has an unexpected type.
-
_settings
final JsonField<TenantSetParams.Settings> _settings()
Returns the raw JSON value of settings.
Unlike settings, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantSetParams.Body.Builder toBuilder()
-
validate
final TenantSetParams.Body validate()
-
builder
final static TenantSetParams.Body.Builder builder()
Returns a mutable builder for constructing an instance of Body.
-
-
-
-