Uses of Class
odata.msgraph.client.enums.ServiceHealthStatus
-
Packages that use ServiceHealthStatus Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of ServiceHealthStatus in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as ServiceHealthStatus Modifier and Type Field Description protected ServiceHealthStatusServiceHealth. statusprotected ServiceHealthStatusServiceHealthIssue. statusMethods in odata.msgraph.client.entity that return types with arguments of type ServiceHealthStatus Modifier and Type Method Description Optional<ServiceHealthStatus>ServiceHealth. getStatus()Optional<ServiceHealthStatus>ServiceHealthIssue. getStatus()Methods in odata.msgraph.client.entity with parameters of type ServiceHealthStatus Modifier and Type Method Description ServiceHealth.BuilderServiceHealth.Builder. status(ServiceHealthStatus status)ServiceHealthIssue.BuilderServiceHealthIssue.Builder. status(ServiceHealthStatus status)ServiceHealthServiceHealth. withStatus(ServiceHealthStatus status)ServiceHealthIssueServiceHealthIssue. withStatus(ServiceHealthStatus status) -
Uses of ServiceHealthStatus in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return ServiceHealthStatus Modifier and Type Method Description static ServiceHealthStatusServiceHealthStatus. valueOf(String name)Returns 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.
-