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