Package com.lithic.api.services.async
Interface DigitalCardArtServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface DigitalCardArtServiceAsync.WithRawResponseA view of DigitalCardArtServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract DigitalCardArtServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(String digitalCardArtToken)
Returns a raw HTTP response for
get /v1/digital_card_art/{digital_card_art_token}, but is otherwise the same as DigitalCardArtServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(String digitalCardArtToken, DigitalCardArtRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(String digitalCardArtToken, DigitalCardArtRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(DigitalCardArtRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(DigitalCardArtRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<DigitalCardArt>> retrieve(String digitalCardArtToken, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>> list()
Returns a raw HTTP response for
get /v1/digital_card_art, but is otherwise the same as DigitalCardArtServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>> list(DigitalCardArtListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>> list(DigitalCardArtListParams params)
-
list
CompletableFuture<HttpResponseFor<DigitalCardArtListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-