Uses of Class
odata.msgraph.client.beta.enums.NotificationTemplateBrandingOptions
-
Packages that use NotificationTemplateBrandingOptions Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of NotificationTemplateBrandingOptions in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as NotificationTemplateBrandingOptions Modifier and Type Field Description protected NotificationTemplateBrandingOptionsNotificationMessageTemplate. brandingOptionsMethods in odata.msgraph.client.beta.entity that return types with arguments of type NotificationTemplateBrandingOptions Modifier and Type Method Description Optional<NotificationTemplateBrandingOptions>NotificationMessageTemplate. getBrandingOptions()“The Message Template Branding Options.Methods in odata.msgraph.client.beta.entity with parameters of type NotificationTemplateBrandingOptions Modifier and Type Method Description NotificationMessageTemplate.BuilderNotificationMessageTemplate.Builder. brandingOptions(NotificationTemplateBrandingOptions brandingOptions)“The Message Template Branding Options.NotificationMessageTemplateNotificationMessageTemplate. withBrandingOptions(NotificationTemplateBrandingOptions brandingOptions)Returns an immutable copy ofthiswith just thebrandingOptionsfield changed. -
Uses of NotificationTemplateBrandingOptions in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return NotificationTemplateBrandingOptions Modifier and Type Method Description static NotificationTemplateBrandingOptionsNotificationTemplateBrandingOptions. 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.
-