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