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 Details

    • PrintUsageByUserCollectionPage

      public PrintUsageByUserCollectionPage(@Nonnull PrintUsageByUserCollectionResponse response, @Nonnull PrintUsageByUserCollectionRequestBuilder builder)
      A collection page for PrintUsageByUser
      Parameters:
      response - the serialized PrintUsageByUserCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page