Package com.courier.services.async
Class TranslationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.TranslationServiceAsync.WithRawResponse
public final class TranslationServiceAsyncImpl.WithRawResponseImpl implements TranslationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description TranslationServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<String>>retrieve(TranslationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponse>update(TranslationUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
TranslationServiceAsync.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<String>> retrieve(TranslationRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<HttpResponse> update(TranslationUpdateParams params, RequestOptions requestOptions)
-
-
-
-