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