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