Package com.microsoft.graph.requests
Class PrintUsageByUserCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintUsageByUser,PrintUsageByUserCollectionRequestBuilder>
com.microsoft.graph.requests.PrintUsageByUserCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class PrintUsageByUserCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<PrintUsageByUser,PrintUsageByUserCollectionRequestBuilder>
The class for the Print Usage By User Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionPrintUsageByUserCollectionPage(PrintUsageByUserCollectionResponse response, PrintUsageByUserCollectionRequestBuilder builder) A collection page for PrintUsageByUserPrintUsageByUserCollectionPage(List<PrintUsageByUser> pageContents, PrintUsageByUserCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PrintUsageByUser -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PrintUsageByUserCollectionPage
public PrintUsageByUserCollectionPage(@Nonnull PrintUsageByUserCollectionResponse response, @Nonnull PrintUsageByUserCollectionRequestBuilder builder) A collection page for PrintUsageByUser- Parameters:
response- the serialized PrintUsageByUserCollectionResponse from the servicebuilder- the request builder for the next collection page
-
PrintUsageByUserCollectionPage
public PrintUsageByUserCollectionPage(@Nonnull List<PrintUsageByUser> pageContents, @Nullable PrintUsageByUserCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PrintUsageByUser- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-