public class WorkbookRangeBorderCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookRangeBorder,WorkbookRangeBorderCollectionRequestBuilder>
Constructor and Description |
---|
WorkbookRangeBorderCollectionPage(java.util.List<WorkbookRangeBorder> pageContents,
WorkbookRangeBorderCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for WorkbookRangeBorder
|
WorkbookRangeBorderCollectionPage(WorkbookRangeBorderCollectionResponse response,
WorkbookRangeBorderCollectionRequestBuilder builder)
A collection page for WorkbookRangeBorder
|
public WorkbookRangeBorderCollectionPage(@Nonnull WorkbookRangeBorderCollectionResponse response, @Nonnull WorkbookRangeBorderCollectionRequestBuilder builder)
response
- the serialized WorkbookRangeBorderCollectionResponse from the servicebuilder
- the request builder for the next collection pagepublic WorkbookRangeBorderCollectionPage(@Nonnull java.util.List<WorkbookRangeBorder> pageContents, @Nullable WorkbookRangeBorderCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page