Uses of Class
odata.msgraph.client.enums.ServiceUpdateSeverity
-
Packages that use ServiceUpdateSeverity Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ServiceUpdateSeverity in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ServiceUpdateSeverity Modifier and Type Field Description protected ServiceUpdateSeverityServiceUpdateMessage. severityMethods in odata.msgraph.client.entity that return types with arguments of type ServiceUpdateSeverity Modifier and Type Method Description Optional<ServiceUpdateSeverity>ServiceUpdateMessage. getSeverity()Methods in odata.msgraph.client.entity with parameters of type ServiceUpdateSeverity Modifier and Type Method Description ServiceUpdateMessage.BuilderServiceUpdateMessage.Builder. severity(ServiceUpdateSeverity severity)ServiceUpdateMessageServiceUpdateMessage. withSeverity(ServiceUpdateSeverity severity) -
Uses of ServiceUpdateSeverity in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ServiceUpdateSeverity Modifier and Type Method Description static ServiceUpdateSeverityServiceUpdateSeverity. valueOf(String name)Returns 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.
-