Uses of Enum
com.microsoft.graph.models.NotificationTemplateBrandingOptions
Packages that use NotificationTemplateBrandingOptions
-
Uses of NotificationTemplateBrandingOptions in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return NotificationTemplateBrandingOptionsModifier and TypeMethodDescriptionReturns 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.Methods in com.microsoft.graph.models that return types with arguments of type NotificationTemplateBrandingOptionsModifier and TypeMethodDescriptionNotificationMessageTemplate.getBrandingOptions()Gets the brandingOptions property value.Method parameters in com.microsoft.graph.models with type arguments of type NotificationTemplateBrandingOptionsModifier and TypeMethodDescriptionvoidNotificationMessageTemplate.setBrandingOptions(EnumSet<NotificationTemplateBrandingOptions> value) Sets the brandingOptions property value.