Class PrintJobCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintJob,PrintJobCollectionRequestBuilder>
com.microsoft.graph.requests.PrintJobCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintJobCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintJob,PrintJobCollectionRequestBuilder>
The class for the Print Job Collection Page.
  • Constructor Details

    • PrintJobCollectionPage

      public PrintJobCollectionPage(@Nonnull PrintJobCollectionResponse response, @Nonnull PrintJobCollectionRequestBuilder builder)
      A collection page for PrintJob
      Parameters:
      response - the serialized PrintJobCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintJobCollectionPage

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