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