public class ActivityHistoryItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ActivityHistoryItem,ActivityHistoryItemCollectionRequestBuilder>
| Constructor and Description |
|---|
ActivityHistoryItemCollectionPage(ActivityHistoryItemCollectionResponse response,
ActivityHistoryItemCollectionRequestBuilder builder)
A collection page for ActivityHistoryItem
|
ActivityHistoryItemCollectionPage(java.util.List<ActivityHistoryItem> pageContents,
ActivityHistoryItemCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ActivityHistoryItem
|
public ActivityHistoryItemCollectionPage(@Nonnull
ActivityHistoryItemCollectionResponse response,
@Nonnull
ActivityHistoryItemCollectionRequestBuilder builder)
response - the serialized ActivityHistoryItemCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ActivityHistoryItemCollectionPage(@Nonnull
java.util.List<ActivityHistoryItem> pageContents,
@Nullable
ActivityHistoryItemCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page