Package com.microsoft.graph.requests
Class WorkbookWorksheetCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookWorksheet,WorkbookWorksheetCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookWorksheetCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookWorksheetCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WorkbookWorksheet,WorkbookWorksheetCollectionRequestBuilder>
The class for the Workbook Worksheet Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookWorksheetCollectionPage
(WorkbookWorksheetCollectionResponse response, WorkbookWorksheetCollectionRequestBuilder builder) A collection page for WorkbookWorksheetWorkbookWorksheetCollectionPage
(List<WorkbookWorksheet> pageContents, WorkbookWorksheetCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookWorksheet -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookWorksheetCollectionPage
public WorkbookWorksheetCollectionPage(@Nonnull WorkbookWorksheetCollectionResponse response, @Nonnull WorkbookWorksheetCollectionRequestBuilder builder) A collection page for WorkbookWorksheet- Parameters:
response
- the serialized WorkbookWorksheetCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
WorkbookWorksheetCollectionPage
public WorkbookWorksheetCollectionPage(@Nonnull List<WorkbookWorksheet> pageContents, @Nullable WorkbookWorksheetCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookWorksheet- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-