Class CheckServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.notifications.CheckServiceAsync
public final class CheckServiceAsyncImpl implements CheckServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCheckServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CheckServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CheckServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CheckUpdateResponse>update(CheckUpdateParams params, RequestOptions requestOptions)CompletableFuture<CheckListResponse>list(CheckListParams params, RequestOptions requestOptions)CompletableFuture<Void>delete(CheckDeleteParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CheckServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CheckServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
update
CompletableFuture<CheckUpdateResponse> update(CheckUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CheckListResponse> list(CheckListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<Void> delete(CheckDeleteParams params, RequestOptions requestOptions)
-
-
-
-