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