Uses of Enum
com.microsoft.graph.models.PayloadTheme
Packages that use PayloadTheme
-
Uses of PayloadTheme in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return PayloadThemeModifier and TypeMethodDescriptionstatic PayloadThemePayload.getTheme()Gets the theme property value.static PayloadThemeReturns the enum constant of this type with the specified name.static PayloadTheme[]PayloadTheme.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type PayloadThemeModifier and TypeMethodDescriptionvoidPayload.setTheme(PayloadTheme value) Sets the theme property value.