Uses of Enum
com.microsoft.graph.models.ServiceUpdateCategory
Packages that use ServiceUpdateCategory
-
Uses of ServiceUpdateCategory in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServiceUpdateCategoryModifier and TypeMethodDescriptionstatic ServiceUpdateCategoryServiceUpdateMessage.getCategory()Gets the category property value.static ServiceUpdateCategoryReturns the enum constant of this type with the specified name.static ServiceUpdateCategory[]ServiceUpdateCategory.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 ServiceUpdateCategoryModifier and TypeMethodDescriptionvoidServiceUpdateMessage.setCategory(ServiceUpdateCategory value) Sets the category property value.