Package com.courier.services.blocking
Class AuditEventServiceImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.AuditEventService
public final class AuditEventServiceImpl implements AuditEventService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classAuditEventServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description AuditEventService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. AuditEventServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. AuditEventretrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)AuditEventListResponselist(AuditEventListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
AuditEventService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
AuditEventService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
AuditEvent retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)
-
list
AuditEventListResponse list(AuditEventListParams params, RequestOptions requestOptions)
-
-
-
-