Class CardServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.async.models.CardServiceAsync
public final class CardServiceAsyncImpl implements CardServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classCardServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description CardServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CardServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CardListPageAsync>list(CardListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
CardServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
CardServiceAsync 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<CardListPageAsync> list(CardListParams params, RequestOptions requestOptions)
-
-
-
-