Uses of Class
odata.msgraph.client.beta.entity.ServiceHealth
-
Packages that use ServiceHealth Package Description odata.msgraph.client.beta.entity -
-
Uses of ServiceHealth in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ServiceHealth Modifier and Type Method Description ServiceHealthServiceHealth.Builder. build()ServiceHealthServiceHealth. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ServiceHealthServiceHealth. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ServiceHealthServiceHealth. withService(String service)ServiceHealthServiceHealth. withStatus(ServiceHealthStatus status)ServiceHealthServiceHealth. withUnmappedField(String name, String value)
-