Class ExternalActivityCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ExternalActivity,ExternalActivityCollectionRequestBuilder>
com.microsoft.graph.externalconnectors.requests.ExternalActivityCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ExternalActivityCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ExternalActivity,ExternalActivityCollectionRequestBuilder>
The class for the External Activity Collection Page.
  • Constructor Details

    • ExternalActivityCollectionPage

      public ExternalActivityCollectionPage(@Nonnull ExternalActivityCollectionResponse response, @Nonnull ExternalActivityCollectionRequestBuilder builder)
      A collection page for ExternalActivity
      Parameters:
      response - the serialized ExternalActivityCollectionResponse from the service
      builder - the request builder for the next collection page
    • ExternalActivityCollectionPage

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