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 CompletableFuture<HttpResponseFor<CardProgram>>retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list(CardProgramListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<CardProgram>> retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list(CardProgramListParams params, RequestOptions requestOptions)
-
-
-
-