Package com.courier.services.async
Class TranslationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.courier.services.async.TranslationServiceAsync
public final class TranslationServiceAsyncImpl implements TranslationServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTranslationServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description TranslationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. TranslationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<String>retrieve(TranslationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<Void>update(TranslationUpdateParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
TranslationServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
TranslationServiceAsync 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<String> retrieve(TranslationRetrieveParams params, RequestOptions requestOptions)
-
update
CompletableFuture<Void> update(TranslationUpdateParams params, RequestOptions requestOptions)
-
-
-
-