Class PrinterShareCollectionWithReferencesPage

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

public class PrinterShareCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<PrinterShare,PrinterShareCollectionWithReferencesRequestBuilder>
The class for the Printer Share Collection With References Page.
  • Constructor Details

    • PrinterShareCollectionWithReferencesPage

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

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