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