| Package | Description |
|---|---|
| odata.msgraph.client.beta.entity | |
| odata.msgraph.client.beta.enums |
| Modifier and Type | Field and Description |
|---|---|
protected NotificationTemplateBrandingOptions |
NotificationMessageTemplate.brandingOptions |
| Modifier and Type | Method and Description |
|---|---|
Optional<NotificationTemplateBrandingOptions> |
NotificationMessageTemplate.getBrandingOptions()
“The Message Template Branding Options.
|
| Modifier and Type | Method and Description |
|---|---|
NotificationMessageTemplate.Builder |
NotificationMessageTemplate.Builder.brandingOptions(NotificationTemplateBrandingOptions brandingOptions)
“The Message Template Branding Options.
|
NotificationMessageTemplate |
NotificationMessageTemplate.withBrandingOptions(NotificationTemplateBrandingOptions brandingOptions)
Returns an immutable copy of
this with just the brandingOptions
field changed. |
| Modifier and Type | Method and Description |
|---|---|
static NotificationTemplateBrandingOptions |
NotificationTemplateBrandingOptions.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationTemplateBrandingOptions[] |
NotificationTemplateBrandingOptions.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2020. All rights reserved.