Interface CardServiceAsync
-
- All Implemented Interfaces:
public interface CardServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCardServiceAsync.WithRawResponseA view of CardServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CardServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CardServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<CardListPageAsync>list()List Model Cards abstract CompletableFuture<CardListPageAsync>list(CardListParams params, RequestOptions requestOptions)CompletableFuture<CardListPageAsync>list(CardListParams params)CompletableFuture<CardListPageAsync>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CardServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract 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()
List Model Cards
-
list
abstract CompletableFuture<CardListPageAsync> list(CardListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CardListPageAsync> list(CardListParams params)
-
list
CompletableFuture<CardListPageAsync> list(RequestOptions requestOptions)
-
-
-
-