Class JourneyTemplateSummary
-
- All Implemented Interfaces:
public final class JourneyTemplateSummarySummary fields of a journey-scoped notification template returned in list responses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classJourneyTemplateSummary.BuilderA builder for JourneyTemplateSummary.
-
Method Summary
Modifier and Type Method Description final Stringid()final Longcreated()final Stringcreator()final Stringname()final Stringstate()final List<String>tags()final Optional<Long>updated()final Optional<String>updater()final JsonField<String>_id()Returns the raw JSON value of id. final JsonField<Long>_created()Returns the raw JSON value of created. final JsonField<String>_creator()Returns the raw JSON value of creator. final JsonField<String>_name()Returns the raw JSON value of name. final JsonField<String>_state()Returns the raw JSON value of state. final JsonField<List<String>>_tags()Returns the raw JSON value of tags. final JsonField<Long>_updated()Returns the raw JSON value of updated. final JsonField<String>_updater()Returns the raw JSON value of updater. final Map<String, JsonValue>_additionalProperties()final JourneyTemplateSummary.BuildertoBuilder()final JourneyTemplateSummaryvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static JourneyTemplateSummary.Builderbuilder()Returns a mutable builder for constructing an instance of JourneyTemplateSummary. -
-
Method Detail
-
_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.
-
_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<String> _state()
Returns the raw JSON value of state.
Unlike state, 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 JourneyTemplateSummary.Builder toBuilder()
-
validate
final JourneyTemplateSummary 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 JourneyTemplateSummary.Builder builder()
Returns a mutable builder for constructing an instance of JourneyTemplateSummary.
The following fields are required:
.id() .created() .creator() .name() .state() .tags()
-
-
-
-