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