Class AuditEventGetAuditCategoriesCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,AuditEventGetAuditCategoriesCollectionRequestBuilder>
com.microsoft.graph.requests.AuditEventGetAuditCategoriesCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuditEventGetAuditCategoriesCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<String,AuditEventGetAuditCategoriesCollectionRequestBuilder>
The class for the Audit Event Get Audit Categories Collection Page.
  • Constructor Details

    • AuditEventGetAuditCategoriesCollectionPage

      public AuditEventGetAuditCategoriesCollectionPage(@Nonnull AuditEventGetAuditCategoriesCollectionResponse response, @Nonnull AuditEventGetAuditCategoriesCollectionRequestBuilder builder)
      A collection page for String.
      Parameters:
      response - The serialized AuditEventGetAuditCategoriesCollectionResponse from the service
      builder - The request builder for the next collection page
    • AuditEventGetAuditCategoriesCollectionPage

      public AuditEventGetAuditCategoriesCollectionPage(@Nonnull List<String> pageContents, @Nullable AuditEventGetAuditCategoriesCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for AuditEventGetAuditCategories
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page