Class NotificationTemplateSummary
-
- All Implemented Interfaces:
public final class NotificationTemplateSummaryV2 (CDS) template summary returned in list responses.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classNotificationTemplateSummary.BuilderA builder for NotificationTemplateSummary.
public final classNotificationTemplateSummary.State
-
Method Summary
Modifier and Type Method Description final Stringid()final Longcreated()Epoch milliseconds when the template was created. final Stringcreator()User ID of the creator. final Stringname()final NotificationTemplateSummary.Statestate()final List<String>tags()final Optional<Long>updated()Epoch milliseconds of last update. final Optional<String>updater()User ID of the last 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<NotificationTemplateSummary.State>_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 NotificationTemplateSummary.BuildertoBuilder()final NotificationTemplateSummaryvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static NotificationTemplateSummary.Builderbuilder()Returns a mutable builder for constructing an instance of NotificationTemplateSummary. -
-
Method Detail
-
state
final NotificationTemplateSummary.State state()
-
_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<NotificationTemplateSummary.State> _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 NotificationTemplateSummary.Builder toBuilder()
-
validate
final NotificationTemplateSummary validate()
-
builder
final static NotificationTemplateSummary.Builder builder()
Returns a mutable builder for constructing an instance of NotificationTemplateSummary.
The following fields are required:
.id() .created() .creator() .name() .state() .tags()
-
-
-
-