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 Details

    • RetentionEventCollectionPage

      public RetentionEventCollectionPage(@Nonnull RetentionEventCollectionResponse response, @Nonnull RetentionEventCollectionRequestBuilder builder)
      A collection page for RetentionEvent
      Parameters:
      response - the serialized RetentionEventCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page