Class CardServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.models.CardServiceAsync.WithRawResponse
public final class CardServiceAsyncImpl.WithRawResponseImpl implements CardServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CardServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<CardListPageAsync>>list(CardListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
CardServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CompletableFuture<HttpResponseFor<CardListPageAsync>> list(CardListParams params, RequestOptions requestOptions)
-
-
-
-