Package com.microsoft.graph.requests
Class DriveItemGetActivitiesByIntervalCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ItemActivityStat,DriveItemGetActivitiesByIntervalCollectionRequestBuilder>
com.microsoft.graph.requests.DriveItemGetActivitiesByIntervalCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DriveItemGetActivitiesByIntervalCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ItemActivityStat,DriveItemGetActivitiesByIntervalCollectionRequestBuilder>
The class for the Drive Item Get Activities By Interval Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDriveItemGetActivitiesByIntervalCollectionPage(DriveItemGetActivitiesByIntervalCollectionResponse response, DriveItemGetActivitiesByIntervalCollectionRequestBuilder builder) A collection page for ItemActivityStat.DriveItemGetActivitiesByIntervalCollectionPage(List<ItemActivityStat> pageContents, DriveItemGetActivitiesByIntervalCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemGetActivitiesByInterval -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DriveItemGetActivitiesByIntervalCollectionPage
public DriveItemGetActivitiesByIntervalCollectionPage(@Nonnull DriveItemGetActivitiesByIntervalCollectionResponse response, @Nonnull DriveItemGetActivitiesByIntervalCollectionRequestBuilder builder) A collection page for ItemActivityStat.- Parameters:
response- The serialized DriveItemGetActivitiesByIntervalCollectionResponse from the servicebuilder- The request builder for the next collection page
-
DriveItemGetActivitiesByIntervalCollectionPage
public DriveItemGetActivitiesByIntervalCollectionPage(@Nonnull List<ItemActivityStat> pageContents, @Nullable DriveItemGetActivitiesByIntervalCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DriveItemGetActivitiesByInterval- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-