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