Class WorkbookOperationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookOperation,WorkbookOperationCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookOperationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookOperationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookOperation,WorkbookOperationCollectionRequestBuilder>
The class for the Workbook Operation Collection Page.
  • Constructor Details

    • WorkbookOperationCollectionPage

      public WorkbookOperationCollectionPage(@Nonnull WorkbookOperationCollectionResponse response, @Nonnull WorkbookOperationCollectionRequestBuilder builder)
      A collection page for WorkbookOperation
      Parameters:
      response - the serialized WorkbookOperationCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookOperationCollectionPage

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