Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionWorkbookRangeBorderCollectionPage
(WorkbookRangeBorderCollectionResponse response, WorkbookRangeBorderCollectionRequestBuilder builder) A collection page for WorkbookRangeBorderWorkbookRangeBorderCollectionPage
(List<WorkbookRangeBorder> pageContents, WorkbookRangeBorderCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookRangeBorder -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookRangeBorderCollectionPage
public WorkbookRangeBorderCollectionPage(@Nonnull WorkbookRangeBorderCollectionResponse response, @Nonnull WorkbookRangeBorderCollectionRequestBuilder builder) A collection page for WorkbookRangeBorder- Parameters:
response
- the serialized WorkbookRangeBorderCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-