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 Details

    • RetentionEventTypeCollectionPage

      public RetentionEventTypeCollectionPage(@Nonnull RetentionEventTypeCollectionResponse response, @Nonnull RetentionEventTypeCollectionRequestBuilder builder)
      A collection page for RetentionEventType
      Parameters:
      response - the serialized RetentionEventTypeCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page