Class InboundBulkMessage.InboundBulkTemplateMessage
-
- All Implemented Interfaces:
public final class InboundBulkMessage.InboundBulkTemplateMessage
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classInboundBulkMessage.InboundBulkTemplateMessage.BuilderA builder for InboundBulkTemplateMessage.
public final classInboundBulkMessage.InboundBulkTemplateMessage.Datapublic final classInboundBulkMessage.InboundBulkTemplateMessage.Localepublic final classInboundBulkMessage.InboundBulkTemplateMessage.Override
-
Method Summary
-
-
Method Detail
-
data
final Optional<InboundBulkMessage.InboundBulkTemplateMessage.Data> data()
-
locale
final Optional<InboundBulkMessage.InboundBulkTemplateMessage.Locale> locale()
-
override
final Optional<InboundBulkMessage.InboundBulkTemplateMessage.Override> override()
-
_template
final JsonField<String> _template()
Returns the raw JSON value of template.
Unlike template, this method doesn't throw if the JSON field has an unexpected type.
-
_brand
final JsonField<String> _brand()
Returns the raw JSON value of brand.
Unlike brand, this method doesn't throw if the JSON field has an unexpected type.
-
_data
final JsonField<InboundBulkMessage.InboundBulkTemplateMessage.Data> _data()
Returns the raw JSON value of data.
Unlike data, this method doesn't throw if the JSON field has an unexpected type.
-
_event
final JsonField<String> _event()
Returns the raw JSON value of event.
Unlike event, this method doesn't throw if the JSON field has an unexpected type.
-
_locale
final JsonField<InboundBulkMessage.InboundBulkTemplateMessage.Locale> _locale()
Returns the raw JSON value of locale.
Unlike locale, this method doesn't throw if the JSON field has an unexpected type.
-
_override
final JsonField<InboundBulkMessage.InboundBulkTemplateMessage.Override> _override()
Returns the raw JSON value of override.
Unlike override, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final InboundBulkMessage.InboundBulkTemplateMessage.Builder toBuilder()
-
validate
final InboundBulkMessage.InboundBulkTemplateMessage validate()
-
builder
final static InboundBulkMessage.InboundBulkTemplateMessage.Builder builder()
Returns a mutable builder for constructing an instance of InboundBulkTemplateMessage.
The following fields are required:
.template()
-
-
-
-