Class JourneyTemplateGetResponse
-
- All Implemented Interfaces:
public final class JourneyTemplateGetResponseA journey-scoped notification template.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyTemplateGetResponse.BuilderA builder for JourneyTemplateGetResponse.
public final classJourneyTemplateGetResponse.Brandpublic final classJourneyTemplateGetResponse.Contentpublic final classJourneyTemplateGetResponse.Statepublic final classJourneyTemplateGetResponse.Subscription
-
Method Summary
-
-
Method Detail
-
brand
final Optional<JourneyTemplateGetResponse.Brand> brand()
-
content
final JourneyTemplateGetResponse.Content content()
-
state
final JourneyTemplateGetResponse.State state()
-
subscription
final Optional<JourneyTemplateGetResponse.Subscription> subscription()
-
_id
final JsonField<String> _id()
Returns the raw JSON value of id.
Unlike id, this method doesn't throw if the JSON field has an unexpected type.
-
_brand
final JsonField<JourneyTemplateGetResponse.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<JourneyTemplateGetResponse.Content> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_created
final JsonField<Long> _created()
Returns the raw JSON value of created.
Unlike created, this method doesn't throw if the JSON field has an unexpected type.
-
_creator
final JsonField<String> _creator()
Returns the raw JSON value of creator.
Unlike creator, 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.
-
_state
final JsonField<JourneyTemplateGetResponse.State> _state()
Returns the raw JSON value of state.
Unlike state, this method doesn't throw if the JSON field has an unexpected type.
-
_subscription
final JsonField<JourneyTemplateGetResponse.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.
-
_updated
final JsonField<Long> _updated()
Returns the raw JSON value of updated.
Unlike updated, this method doesn't throw if the JSON field has an unexpected type.
-
_updater
final JsonField<String> _updater()
Returns the raw JSON value of updater.
Unlike updater, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final JourneyTemplateGetResponse.Builder toBuilder()
-
validate
final JourneyTemplateGetResponse 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 JourneyTemplateGetResponse.Builder builder()
Returns a mutable builder for constructing an instance of JourneyTemplateGetResponse.
The following fields are required:
.id() .brand() .content() .created() .creator() .name() .state() .subscription() .tags()
-
-
-
-