Package com.lithic.api.services.async
Class DigitalCardArtServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.DigitalCardArtServiceAsync
public final class DigitalCardArtServiceAsyncImpl implements DigitalCardArtServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classDigitalCardArtServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description DigitalCardArtServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. DigitalCardArtServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<DigitalCardArt>retrieve(DigitalCardArtRetrieveParams params, RequestOptions requestOptions)CompletableFuture<DigitalCardArtListPageAsync>list(DigitalCardArtListParams params, RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
DigitalCardArtServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
DigitalCardArtServiceAsync 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<DigitalCardArt> retrieve(DigitalCardArtRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<DigitalCardArtListPageAsync> list(DigitalCardArtListParams params, RequestOptions requestOptions)
-
-
-
-