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