Package com.lithic.api.services.async
Class CardProgramServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.CardProgramServiceAsync.WithRawResponse
public final class CardProgramServiceAsyncImpl.WithRawResponseImpl implements CardProgramServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CardProgramServiceAsync.WithRawResponsewithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<CardProgram>>retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list(CardProgramListParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.CardProgramServiceAsync.WithRawResponse
list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
withOptions
CardProgramServiceAsync.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<CardProgram>> retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list(CardProgramListParams params, RequestOptions requestOptions)
-
-
-
-