Package com.courier.services.async.users
Class PreferenceServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.users.PreferenceServiceAsync.WithRawResponse
public final class PreferenceServiceAsyncImpl.WithRawResponseImpl implements PreferenceServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description PreferenceServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<PreferenceRetrieveResponse>>retrieve(PreferenceRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PreferenceRetrieveTopicResponse>>retrieveTopic(PreferenceRetrieveTopicParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<PreferenceUpdateOrCreateTopicResponse>>updateOrCreateTopic(PreferenceUpdateOrCreateTopicParams params, RequestOptions requestOptions)-
Methods inherited from class com.courier.services.async.users.PreferenceServiceAsync.WithRawResponse
retrieve, retrieve, retrieve, retrieve, retrieve, retrieveTopic, retrieveTopic, retrieveTopic, updateOrCreateTopic, updateOrCreateTopic, updateOrCreateTopic -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
PreferenceServiceAsync.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<PreferenceRetrieveResponse>> retrieve(PreferenceRetrieveParams params, RequestOptions requestOptions)
-
retrieveTopic
CompletableFuture<HttpResponseFor<PreferenceRetrieveTopicResponse>> retrieveTopic(PreferenceRetrieveTopicParams params, RequestOptions requestOptions)
-
updateOrCreateTopic
CompletableFuture<HttpResponseFor<PreferenceUpdateOrCreateTopicResponse>> updateOrCreateTopic(PreferenceUpdateOrCreateTopicParams params, RequestOptions requestOptions)
-
-
-
-