Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionAuditEventGetAuditCategoriesCollectionPage
(AuditEventGetAuditCategoriesCollectionResponse response, AuditEventGetAuditCategoriesCollectionRequestBuilder builder) A collection page for String.AuditEventGetAuditCategoriesCollectionPage
(List<String> pageContents, AuditEventGetAuditCategoriesCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AuditEventGetAuditCategories -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AuditEventGetAuditCategoriesCollectionPage
public AuditEventGetAuditCategoriesCollectionPage(@Nonnull AuditEventGetAuditCategoriesCollectionResponse response, @Nonnull AuditEventGetAuditCategoriesCollectionRequestBuilder builder) A collection page for String.- Parameters:
response
- The serialized AuditEventGetAuditCategoriesCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-