Interface CardService
-
- All Implemented Interfaces:
public interface CardService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCardService.WithRawResponseA view of CardService that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CardService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract CardServicewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CardListPagelist()List Model Cards abstract CardListPagelist(CardListParams params, RequestOptions requestOptions)CardListPagelist(CardListParams params)CardListPagelist(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CardService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract CardService withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
list
CardListPage list()
List Model Cards
-
list
abstract CardListPage list(CardListParams params, RequestOptions requestOptions)
-
list
CardListPage list(CardListParams params)
-
list
CardListPage list(RequestOptions requestOptions)
-
-
-
-