Class AuditEventsClient
- java.lang.Object
-
- com.courier.api.resources.auditevents.AuditEventsClient
-
public class AuditEventsClient extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected ClientOptionsclientOptions
-
Constructor Summary
Constructors Constructor Description AuditEventsClient(ClientOptions clientOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuditEventget(java.lang.String auditEventId)Fetch a specific audit event by ID.AuditEventget(java.lang.String auditEventId, RequestOptions requestOptions)Fetch a specific audit event by ID.ListAuditEventsResponselist()Fetch the list of audit eventsListAuditEventsResponselist(ListAuditEventsRequest request)Fetch the list of audit eventsListAuditEventsResponselist(ListAuditEventsRequest request, RequestOptions requestOptions)Fetch the list of audit events
-
-
-
Field Detail
-
clientOptions
protected final ClientOptions clientOptions
-
-
Constructor Detail
-
AuditEventsClient
public AuditEventsClient(ClientOptions clientOptions)
-
-
Method Detail
-
list
public ListAuditEventsResponse list()
Fetch the list of audit events
-
list
public ListAuditEventsResponse list(ListAuditEventsRequest request)
Fetch the list of audit events
-
list
public ListAuditEventsResponse list(ListAuditEventsRequest request, RequestOptions requestOptions)
Fetch the list of audit events
-
get
public AuditEvent get(java.lang.String auditEventId)
Fetch a specific audit event by ID.
-
get
public AuditEvent get(java.lang.String auditEventId, RequestOptions requestOptions)
Fetch a specific audit event by ID.
-
-