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