Class PrintConnectorCollectionWithReferencesPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.PrintConnectorCollectionWithReferencesPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PrintConnectorCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionWithReferencesRequestBuilder>
The class for the Print Connector Collection With References Page.
  • Constructor Details

    • PrintConnectorCollectionWithReferencesPage

      public PrintConnectorCollectionWithReferencesPage(@Nonnull PrintConnectorCollectionResponse response, @Nullable PrintConnectorCollectionWithReferencesRequestBuilder builder)
      A collection page for PrintConnector
      Parameters:
      response - the serialized PrintConnectorCollectionResponse from the service
      builder - the request builder for the next collection page
    • PrintConnectorCollectionWithReferencesPage

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