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