Package com.lithic.api.services.async
Class DigitalCardArtServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.DigitalCardArtServiceAsync.WithRawResponse
public final class DigitalCardArtServiceAsyncImpl.WithRawResponseImpl implements DigitalCardArtServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<DigitalCardArt>>retrieve(DigitalCardArtRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>>list(DigitalCardArtListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(DigitalCardArtRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>> list(DigitalCardArtListParams params, RequestOptions requestOptions)
-
-
-
-