Class WorkbookRangeViewCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeView,WorkbookRangeViewCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookRangeViewCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookRangeViewCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeView,WorkbookRangeViewCollectionRequestBuilder>
The class for the Workbook Range View Collection Page.
  • Constructor Details

    • WorkbookRangeViewCollectionPage

      public WorkbookRangeViewCollectionPage(@Nonnull WorkbookRangeViewCollectionResponse response, @Nonnull WorkbookRangeViewCollectionRequestBuilder builder)
      A collection page for WorkbookRangeView
      Parameters:
      response - the serialized WorkbookRangeViewCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookRangeViewCollectionPage

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