Class TenantTemplateInput
-
- All Implemented Interfaces:
public final class TenantTemplateInputTemplate configuration for creating or updating a tenant notification template
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenantTemplateInput.BuilderA builder for TenantTemplateInput.
-
Method Summary
Modifier and Type Method Description final ElementalContentcontent()Template content configuration including blocks, elements, and message structure final Optional<MessageChannels>channels()Channel-specific delivery configuration (email, SMS, push, etc. final Optional<MessageProviders>providers()Provider-specific delivery configuration for routing to specific email/SMS providers final Optional<MessageRouting>routing()Message routing configuration for multi-channel delivery strategies final JsonField<ElementalContent>_content()Returns the raw JSON value of content. final JsonField<MessageChannels>_channels()Returns the raw JSON value of channels. final JsonField<MessageProviders>_providers()Returns the raw JSON value of providers. final JsonField<MessageRouting>_routing()Returns the raw JSON value of routing. final Map<String, JsonValue>_additionalProperties()final TenantTemplateInput.BuildertoBuilder()final TenantTemplateInputvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static TenantTemplateInput.Builderbuilder()Returns a mutable builder for constructing an instance of TenantTemplateInput. -
-
Method Detail
-
content
final ElementalContent content()
Template content configuration including blocks, elements, and message structure
-
channels
final Optional<MessageChannels> channels()
Channel-specific delivery configuration (email, SMS, push, etc.)
-
providers
final Optional<MessageProviders> providers()
Provider-specific delivery configuration for routing to specific email/SMS providers
-
routing
final Optional<MessageRouting> routing()
Message routing configuration for multi-channel delivery strategies
-
_content
final JsonField<ElementalContent> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_channels
final JsonField<MessageChannels> _channels()
Returns the raw JSON value of channels.
Unlike channels, this method doesn't throw if the JSON field has an unexpected type.
-
_providers
final JsonField<MessageProviders> _providers()
Returns the raw JSON value of providers.
Unlike providers, this method doesn't throw if the JSON field has an unexpected type.
-
_routing
final JsonField<MessageRouting> _routing()
Returns the raw JSON value of routing.
Unlike routing, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final TenantTemplateInput.Builder toBuilder()
-
validate
final TenantTemplateInput validate()
-
builder
final static TenantTemplateInput.Builder builder()
Returns a mutable builder for constructing an instance of TenantTemplateInput.
The following fields are required:
.content()
-
-
-
-