Uses of Enum
com.microsoft.graph.models.ServiceUpdateSeverity
Packages that use ServiceUpdateSeverity
-
Uses of ServiceUpdateSeverity in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServiceUpdateSeverityModifier and TypeMethodDescriptionstatic ServiceUpdateSeverityServiceUpdateMessage.getSeverity()Gets the severity property value.static ServiceUpdateSeverityReturns the enum constant of this type with the specified name.static ServiceUpdateSeverity[]ServiceUpdateSeverity.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 ServiceUpdateSeverityModifier and TypeMethodDescriptionvoidServiceUpdateMessage.setSeverity(ServiceUpdateSeverity value) Sets the severity property value.