Class CheckServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.notifications.CheckServiceAsync.WithRawResponse
public final class CheckServiceAsyncImpl.WithRawResponseImpl implements CheckServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CheckServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<CheckUpdateResponse>>update(CheckUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CheckListResponse>>list(CheckListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(CheckDeleteParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.notifications.CheckServiceAsync.WithRawResponse
delete, delete, delete, list, list, list, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
CheckServiceAsync.WithRawResponse 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<HttpResponseFor<CheckUpdateResponse>> update(CheckUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CheckListResponse>> list(CheckListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(CheckDeleteParams params, RequestOptions requestOptions)
-
-
-
-