Interface BoostListServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface BoostListServiceAsync.WithRawResponseA view of BoostListServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract BoostListServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
extract
CompletableFuture<HttpResponseFor<BoostListExtractResponse>> extract()
Returns a raw HTTP response for
post /voice/boost-list/extract, but is otherwise the same as BoostListServiceAsync.extract.
-
extract
abstract CompletableFuture<HttpResponseFor<BoostListExtractResponse>> extract(BoostListExtractParams params, RequestOptions requestOptions)
-
extract
CompletableFuture<HttpResponseFor<BoostListExtractResponse>> extract(BoostListExtractParams params)
-
extract
CompletableFuture<HttpResponseFor<BoostListExtractResponse>> extract(RequestOptions requestOptions)
-
generate
CompletableFuture<HttpResponseFor<BoostListGenerateResponse>> generate(BoostListGenerateParams params)
Returns a raw HTTP response for
post /voice/boost-list/generate, but is otherwise the same as BoostListServiceAsync.generate.
-
generate
abstract CompletableFuture<HttpResponseFor<BoostListGenerateResponse>> generate(BoostListGenerateParams params, RequestOptions requestOptions)
-
-
-
-