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