Class RetentionEventCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RetentionEvent,RetentionEventCollectionRequestBuilder>
com.microsoft.graph.security.requests.RetentionEventCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class RetentionEventCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<RetentionEvent,RetentionEventCollectionRequestBuilder>
The class for the Retention Event Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionRetentionEventCollectionPage(RetentionEventCollectionResponse response, RetentionEventCollectionRequestBuilder builder) A collection page for RetentionEventRetentionEventCollectionPage(List<RetentionEvent> pageContents, RetentionEventCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RetentionEvent -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
RetentionEventCollectionPage
public RetentionEventCollectionPage(@Nonnull RetentionEventCollectionResponse response, @Nonnull RetentionEventCollectionRequestBuilder builder) A collection page for RetentionEvent- Parameters:
response- the serialized RetentionEventCollectionResponse from the servicebuilder- the request builder for the next collection page
-
RetentionEventCollectionPage
public RetentionEventCollectionPage(@Nonnull List<RetentionEvent> pageContents, @Nullable RetentionEventCollectionRequestBuilder nextRequestBuilder) Creates the collection page for RetentionEvent- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-