Class ExternalItemCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalItem,ExternalItemCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalItemCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalItem,ExternalItemCollectionRequestBuilder>
The class for the External Item Collection Page.
  • Constructor Details

    • ExternalItemCollectionPage

      public ExternalItemCollectionPage(@Nonnull ExternalItemCollectionResponse response, @Nonnull ExternalItemCollectionRequestBuilder builder)
      A collection page for ExternalItem
      Parameters:
      response - the serialized ExternalItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExternalItemCollectionPage

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