Class CardServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.hiddenlayer.api.services.blocking.models.CardService.WithRawResponse
public final class CardServiceImpl.WithRawResponseImpl implements CardService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CardService.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. HttpResponseFor<CardListPage>list(CardListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withOptions
CardService.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
HttpResponseFor<CardListPage> list(CardListParams params, RequestOptions requestOptions)
-
-
-
-