Class ServiceHealthCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServiceHealth,ServiceHealthCollectionRequestBuilder>
com.microsoft.graph.requests.ServiceHealthCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ServiceHealthCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ServiceHealth,ServiceHealthCollectionRequestBuilder>
The class for the Service Health Collection Page.
  • Constructor Details

    • ServiceHealthCollectionPage

      public ServiceHealthCollectionPage(@Nonnull ServiceHealthCollectionResponse response, @Nonnull ServiceHealthCollectionRequestBuilder builder)
      A collection page for ServiceHealth
      Parameters:
      response - the serialized ServiceHealthCollectionResponse from the service
      builder - the request builder for the next collection page
    • ServiceHealthCollectionPage

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