Class PrintConnectorCollectionPage

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

public class PrintConnectorCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PrintConnector,PrintConnectorCollectionRequestBuilder>
The class for the Print Connector Collection Page.
  • Constructor Details

    • PrintConnectorCollectionPage

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

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