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