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