Uses of Class
odata.msgraph.client.beta.entity.ServiceHealthIssue
-
Packages that use ServiceHealthIssue Package Description odata.msgraph.client.beta.entity -
-
Uses of ServiceHealthIssue in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return ServiceHealthIssue Modifier and Type Method Description ServiceHealthIssueServiceHealthIssue.Builder. build()ServiceHealthIssueServiceHealthIssue. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ServiceHealthIssueServiceHealthIssue. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ServiceHealthIssueServiceHealthIssue. withClassification(ServiceHealthClassificationType classification)ServiceHealthIssueServiceHealthIssue. withFeature(String feature)ServiceHealthIssueServiceHealthIssue. withFeatureGroup(String featureGroup)ServiceHealthIssueServiceHealthIssue. withImpactDescription(String impactDescription)ServiceHealthIssueServiceHealthIssue. withIsResolved(Boolean isResolved)ServiceHealthIssueServiceHealthIssue. withOrigin(ServiceHealthOrigin origin)ServiceHealthIssueServiceHealthIssue. withPosts(List<ServiceHealthIssuePost> posts)ServiceHealthIssueServiceHealthIssue. withService(String service)ServiceHealthIssueServiceHealthIssue. withStatus(ServiceHealthStatus status)ServiceHealthIssueServiceHealthIssue. withUnmappedField(String name, String value)
-