Class PrintTaskCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintTask,PrintTaskCollectionRequestBuilder>
com.microsoft.graph.requests.PrintTaskCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintTaskCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintTask,PrintTaskCollectionRequestBuilder>
The class for the Print Task Collection Page.
  • Constructor Details

    • PrintTaskCollectionPage

      public PrintTaskCollectionPage(@Nonnull PrintTaskCollectionResponse response, @Nonnull PrintTaskCollectionRequestBuilder builder)
      A collection page for PrintTask
      Parameters:
      response - the serialized PrintTaskCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintTaskCollectionPage

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