Package com.courier.services.async
Class ListServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.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. SubscriptionServiceAsync.WithRawResponsesubscriptions()CompletableFuture<HttpResponseFor<SubscriptionList>>retrieve(ListRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>update(ListUpdateParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<ListListResponse>>list(ListListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>delete(ListDeleteParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>restore(ListRestoreParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.ListServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, list, list, list, restore, restore, restore, retrieve, retrieve, retrieve, retrieve, retrieve, update, update, update -
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.
-
subscriptions
SubscriptionServiceAsync.WithRawResponse subscriptions()
-
retrieve
CompletableFuture<HttpResponseFor<SubscriptionList>> retrieve(ListRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponse> update(ListUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<ListListResponse>> list(ListListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponse> delete(ListDeleteParams params, RequestOptions requestOptions)
-
restore
CompletableFuture<HttpResponse> restore(ListRestoreParams params, RequestOptions requestOptions)
-
-
-
-