Class ServiceHealthIssueCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServiceHealthIssue,ServiceHealthIssueCollectionRequestBuilder>
com.microsoft.graph.requests.ServiceHealthIssueCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServiceHealthIssueCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ServiceHealthIssue,ServiceHealthIssueCollectionRequestBuilder>
The class for the Service Health Issue Collection Page.
  • Constructor Details

    • ServiceHealthIssueCollectionPage

      public ServiceHealthIssueCollectionPage(@Nonnull ServiceHealthIssueCollectionResponse response, @Nonnull ServiceHealthIssueCollectionRequestBuilder builder)
      A collection page for ServiceHealthIssue
      Parameters:
      response - the serialized ServiceHealthIssueCollectionResponse from the service
      builder - the request builder for the next collection page
    • ServiceHealthIssueCollectionPage

      public ServiceHealthIssueCollectionPage(@Nonnull List<ServiceHealthIssue> pageContents, @Nullable ServiceHealthIssueCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for ServiceHealthIssue
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page