Class PrintServiceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintService,PrintServiceCollectionRequestBuilder>
com.microsoft.graph.requests.PrintServiceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintServiceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintService,PrintServiceCollectionRequestBuilder>
The class for the Print Service Collection Page.
  • Constructor Details

    • PrintServiceCollectionPage

      public PrintServiceCollectionPage(@Nonnull PrintServiceCollectionResponse response, @Nonnull PrintServiceCollectionRequestBuilder builder)
      A collection page for PrintService
      Parameters:
      response - the serialized PrintServiceCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintServiceCollectionPage

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