Uses of Class
com.microsoft.graph.models.ServiceHealthIssue
Packages that use ServiceHealthIssue
-
Uses of ServiceHealthIssue in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ServiceHealthIssueModifier and TypeMethodDescriptionstatic ServiceHealthIssueServiceHealthIssue.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueMethods in com.microsoft.graph.models that return types with arguments of type ServiceHealthIssueModifier and TypeMethodDescriptionServiceAnnouncement.getIssues()Gets the issues property value.ServiceHealth.getIssues()Gets the issues property value.ServiceHealthIssueCollectionResponse.getValue()Gets the value property value.Method parameters in com.microsoft.graph.models with type arguments of type ServiceHealthIssueModifier and TypeMethodDescriptionvoidServiceAnnouncement.setIssues(List<ServiceHealthIssue> value) Sets the issues property value.voidServiceHealth.setIssues(List<ServiceHealthIssue> value) Sets the issues property value.voidServiceHealthIssueCollectionResponse.setValue(List<ServiceHealthIssue> value) Sets the value property value.