LocalizedNotificationMessage |
LocalizedNotificationMessage.Builder.build() |
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.patch() |
Submits only changed fields for update and returns an
immutable copy of this with changed fields reset.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.put() |
Submits all fields for update and returns an immutable copy of this
with changed fields reset (they were ignored anyway).
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withIsDefault(Boolean isDefault) |
Returns an immutable copy of this with just the isDefault field
changed.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withLastModifiedDateTime(OffsetDateTime lastModifiedDateTime) |
Returns an immutable copy of this with just the
lastModifiedDateTime field changed.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withLocale(String locale) |
Returns an immutable copy of this with just the locale field
changed.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withMessageTemplate(String messageTemplate) |
Returns an immutable copy of this with just the messageTemplate
field changed.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withSubject(String subject) |
Returns an immutable copy of this with just the subject field
changed.
|
LocalizedNotificationMessage |
LocalizedNotificationMessage.withUnmappedField(String name,
String value) |
|