Class ExternalConnectionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalConnection,ExternalConnectionCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalConnectionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalConnectionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalConnection,ExternalConnectionCollectionRequestBuilder>
The class for the External Connection Collection Page.
  • Constructor Details

    • ExternalConnectionCollectionPage

      public ExternalConnectionCollectionPage(@Nonnull ExternalConnectionCollectionResponse response, @Nonnull ExternalConnectionCollectionRequestBuilder builder)
      A collection page for ExternalConnection
      Parameters:
      response - the serialized ExternalConnectionCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExternalConnectionCollectionPage

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