Class ActivityHistoryItemCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ActivityHistoryItem,ActivityHistoryItemCollectionRequestBuilder>
com.microsoft.graph.requests.ActivityHistoryItemCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ActivityHistoryItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ActivityHistoryItem,ActivityHistoryItemCollectionRequestBuilder>
The class for the Activity History Item Collection Page.
  • Constructor Details

    • ActivityHistoryItemCollectionPage

      public ActivityHistoryItemCollectionPage(@Nonnull ActivityHistoryItemCollectionResponse response, @Nonnull ActivityHistoryItemCollectionRequestBuilder builder)
      A collection page for ActivityHistoryItem
      Parameters:
      response - the serialized ActivityHistoryItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • ActivityHistoryItemCollectionPage

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