Uses of Enum
com.microsoft.graph.models.ServiceHealthStatus
Packages that use ServiceHealthStatus
-
Uses of ServiceHealthStatus in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServiceHealthStatusModifier and TypeMethodDescriptionstatic ServiceHealthStatusServiceHealth.getStatus()Gets the status property value.ServiceHealthIssue.getStatus()Gets the status property value.static ServiceHealthStatusReturns the enum constant of this type with the specified name.static ServiceHealthStatus[]ServiceHealthStatus.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 ServiceHealthStatusModifier and TypeMethodDescriptionvoidServiceHealth.setStatus(ServiceHealthStatus value) Sets the status property value.voidServiceHealthIssue.setStatus(ServiceHealthStatus value) Sets the status property value.