NotificationMessageTemplate |
NotificationMessageTemplate.Builder.build() |
|
NotificationMessageTemplate |
NotificationMessageTemplate.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
NotificationMessageTemplate |
NotificationMessageTemplate.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
NotificationMessageTemplate |
NotificationMessageTemplate.withBrandingOptions(NotificationTemplateBrandingOptions brandingOptions) |
Returns an immutable copy of this with just the brandingOptions
field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withDefaultLocale(String defaultLocale) |
Returns an immutable copy of this with just the defaultLocale
field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withDisplayName(String displayName) |
Returns an immutable copy of this with just the displayName
field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withLocalizedNotificationMessages(List<LocalizedNotificationMessage> localizedNotificationMessages) |
Returns an immutable copy of this with just the
localizedNotificationMessages field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withRoleScopeTagIds(List<String> roleScopeTagIds) |
Returns an immutable copy of this with just the roleScopeTagIds
field changed.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withUnmappedField(String name,
Object value) |
|