Class JourneyTemplateReplaceRequest.Notification
-
- All Implemented Interfaces:
public final class JourneyTemplateReplaceRequest.Notification
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyTemplateReplaceRequest.Notification.BuilderA builder for Notification.
public final classJourneyTemplateReplaceRequest.Notification.Brandpublic final classJourneyTemplateReplaceRequest.Notification.Contentpublic final classJourneyTemplateReplaceRequest.Notification.Subscription
-
Method Summary
-
-
Method Detail
-
brand
final Optional<JourneyTemplateReplaceRequest.Notification.Brand> brand()
-
content
final JourneyTemplateReplaceRequest.Notification.Content content()
-
subscription
final Optional<JourneyTemplateReplaceRequest.Notification.Subscription> subscription()
-
_brand
final JsonField<JourneyTemplateReplaceRequest.Notification.Brand> _brand()
Returns the raw JSON value of brand.
Unlike brand, this method doesn't throw if the JSON field has an unexpected type.
-
_content
final JsonField<JourneyTemplateReplaceRequest.Notification.Content> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_name
final JsonField<String> _name()
Returns the raw JSON value of name.
Unlike name, this method doesn't throw if the JSON field has an unexpected type.
-
_subscription
final JsonField<JourneyTemplateReplaceRequest.Notification.Subscription> _subscription()
Returns the raw JSON value of subscription.
Unlike subscription, this method doesn't throw if the JSON field has an unexpected type.
-
_tags
final JsonField<List<String>> _tags()
Returns the raw JSON value of tags.
Unlike tags, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyTemplateReplaceRequest.Notification.Builder toBuilder()
-
validate
final JourneyTemplateReplaceRequest.Notification 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 JourneyTemplateReplaceRequest.Notification.Builder builder()
Returns a mutable builder for constructing an instance of Notification.
The following fields are required:
.brand() .content() .name() .subscription() .tags()
-
-
-
-