Class PrinterShareCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionRequestBuilder>
com.microsoft.graph.requests.PrinterShareCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrinterShareCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionRequestBuilder>
The class for the Printer Share Collection Page.
  • Constructor Details

    • PrinterShareCollectionPage

      public PrinterShareCollectionPage(@Nonnull PrinterShareCollectionResponse response, @Nonnull PrinterShareCollectionRequestBuilder builder)
      A collection page for PrinterShare
      Parameters:
      response - the serialized PrinterShareCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrinterShareCollectionPage

      public PrinterShareCollectionPage(@Nonnull List<PrinterShare> pageContents, @Nullable PrinterShareCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for PrinterShare
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page