Package com.lithic.api.services.async
Interface CardProgramServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface CardProgramServiceAsync.WithRawResponseA view of CardProgramServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<CardProgram>>retrieve(CardProgramRetrieveParams params)Returns a raw HTTP response for get /v1/card_programs/{card_program_token}, but is otherwise the same as CardProgramServiceAsync.retrieve.abstract CompletableFuture<HttpResponseFor<CardProgram>>retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list()Returns a raw HTTP response for get /v1/card_programs, but is otherwise the same as CardProgramServiceAsync.list.abstract CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list(CardProgramListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list(CardProgramListParams params)CompletableFuture<HttpResponseFor<CardProgramListPageAsync>>list(RequestOptions requestOptions)-
-
Method Detail
-
retrieve
@MustBeClosed() CompletableFuture<HttpResponseFor<CardProgram>> retrieve(CardProgramRetrieveParams params)
Returns a raw HTTP response for
get /v1/card_programs/{card_program_token}, but is otherwise the same as CardProgramServiceAsync.retrieve.
-
retrieve
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CardProgram>> retrieve(CardProgramRetrieveParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list()
Returns a raw HTTP response for
get /v1/card_programs, but is otherwise the same as CardProgramServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list(CardProgramListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list(CardProgramListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<CardProgramListPageAsync>> list(RequestOptions requestOptions)
-
-
-
-