Package com.lithic.api.services.async
Interface CardProgramServiceAsync
-
- All Implemented Interfaces:
public interface CardProgramServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceCardProgramServiceAsync.WithRawResponseA view of CardProgramServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract CardProgramServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. CompletableFuture<CardProgram>retrieve(CardProgramRetrieveParams params)Get card program. abstract CompletableFuture<CardProgram>retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)CompletableFuture<CardProgramListPageAsync>list()List card programs. abstract CompletableFuture<CardProgramListPageAsync>list(CardProgramListParams params, RequestOptions requestOptions)CompletableFuture<CardProgramListPageAsync>list(CardProgramListParams params)CompletableFuture<CardProgramListPageAsync>list(RequestOptions requestOptions)-
-
Method Detail
-
withRawResponse
abstract CardProgramServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
retrieve
CompletableFuture<CardProgram> retrieve(CardProgramRetrieveParams params)
Get card program.
-
retrieve
abstract CompletableFuture<CardProgram> retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CardProgramListPageAsync> list()
List card programs.
-
list
abstract CompletableFuture<CardProgramListPageAsync> list(CardProgramListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<CardProgramListPageAsync> list(CardProgramListParams params)
-
list
CompletableFuture<CardProgramListPageAsync> list(RequestOptions requestOptions)
-
-
-
-