Package com.courier.services.blocking
Class AuditEventServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.blocking.AuditEventService.WithRawResponse
public final class AuditEventServiceImpl.WithRawResponseImpl implements AuditEventService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description AuditEventService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<AuditEvent>retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<AuditEventListResponse>list(AuditEventListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
AuditEventService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
HttpResponseFor<AuditEvent> retrieve(AuditEventRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<AuditEventListResponse> list(AuditEventListParams params, RequestOptions requestOptions)
-
-
-
-