| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2018–2020. All rights reserved.