Class AuditEventCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AuditEvent,AuditEventCollectionRequestBuilder>
com.microsoft.graph.requests.AuditEventCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuditEventCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AuditEvent,AuditEventCollectionRequestBuilder>
The class for the Audit Event Collection Page.
  • Constructor Details

    • AuditEventCollectionPage

      public AuditEventCollectionPage(@Nonnull AuditEventCollectionResponse response, @Nonnull AuditEventCollectionRequestBuilder builder)
      A collection page for AuditEvent
      Parameters:
      response - the serialized AuditEventCollectionResponse from the service
      builder - the request builder for the next collection page
    • AuditEventCollectionPage

      public AuditEventCollectionPage(@Nonnull List<AuditEvent> pageContents, @Nullable AuditEventCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for AuditEvent
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page