Class ListServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.profiles.ListServiceAsync.WithRawResponse
public final class ListServiceAsyncImpl.WithRawResponseImpl implements ListServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description ListServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<ListRetrieveResponse>>retrieve(ListRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ListDeleteResponse>>delete(ListDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ListSubscribeResponse>>subscribe(ListSubscribeParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.profiles.ListServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, retrieve, retrieve, retrieve, retrieve, retrieve, subscribe, subscribe, subscribe -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
ListServiceAsync.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
CompletableFuture<HttpResponseFor<ListRetrieveResponse>> retrieve(ListRetrieveParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<ListDeleteResponse>> delete(ListDeleteParams params, RequestOptions requestOptions)
-
subscribe
CompletableFuture<HttpResponseFor<ListSubscribeResponse>> subscribe(ListSubscribeParams params, RequestOptions requestOptions)
-
-
-
-