Class PrintOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintOperation,PrintOperationCollectionRequestBuilder>
com.microsoft.graph.requests.PrintOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintOperation,PrintOperationCollectionRequestBuilder>
The class for the Print Operation Collection Page.
  • Constructor Details

    • PrintOperationCollectionPage

      public PrintOperationCollectionPage(@Nonnull PrintOperationCollectionResponse response, @Nonnull PrintOperationCollectionRequestBuilder builder)
      A collection page for PrintOperation
      Parameters:
      response - the serialized PrintOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintOperationCollectionPage

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