Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionActivityHistoryItemCollectionPage
(ActivityHistoryItemCollectionResponse response, ActivityHistoryItemCollectionRequestBuilder builder) A collection page for ActivityHistoryItemActivityHistoryItemCollectionPage
(List<ActivityHistoryItem> pageContents, ActivityHistoryItemCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ActivityHistoryItem -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ActivityHistoryItemCollectionPage
public ActivityHistoryItemCollectionPage(@Nonnull ActivityHistoryItemCollectionResponse response, @Nonnull ActivityHistoryItemCollectionRequestBuilder builder) A collection page for ActivityHistoryItem- Parameters:
response
- the serialized ActivityHistoryItemCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-