Class WorkbookRangeBorderCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeBorder,WorkbookRangeBorderCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookRangeBorderCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookRangeBorderCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeBorder,WorkbookRangeBorderCollectionRequestBuilder>
The class for the Workbook Range Border Collection Page.
  • Constructor Details

    • WorkbookRangeBorderCollectionPage

      public WorkbookRangeBorderCollectionPage(@Nonnull WorkbookRangeBorderCollectionResponse response, @Nonnull WorkbookRangeBorderCollectionRequestBuilder builder)
      A collection page for WorkbookRangeBorder
      Parameters:
      response - the serialized WorkbookRangeBorderCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookRangeBorderCollectionPage

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