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