Package com.lithic.api.services.async
Interface FundingEventServiceAsync
-
- All Implemented Interfaces:
public interface FundingEventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFundingEventServiceAsync.WithRawResponseA view of FundingEventServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract FundingEventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
abstract FundingEventServiceAsync 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<FundingEventRetrieveResponse> retrieve(String fundingEventToken)
Get funding event for program by id
-
retrieve
CompletableFuture<FundingEventRetrieveResponse> retrieve(String fundingEventToken, FundingEventRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FundingEventRetrieveResponse> retrieve(String fundingEventToken, FundingEventRetrieveParams params)
-
retrieve
abstract CompletableFuture<FundingEventRetrieveResponse> retrieve(FundingEventRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<FundingEventRetrieveResponse> retrieve(FundingEventRetrieveParams params)
-
retrieve
CompletableFuture<FundingEventRetrieveResponse> retrieve(String fundingEventToken, RequestOptions requestOptions)
-
list
CompletableFuture<FundingEventListPageAsync> list()
Get all funding events for program
-
list
abstract CompletableFuture<FundingEventListPageAsync> list(FundingEventListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FundingEventListPageAsync> list(FundingEventListParams params)
-
list
CompletableFuture<FundingEventListPageAsync> list(RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(String fundingEventToken)
Get funding event details by id
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(String fundingEventToken, FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(String fundingEventToken, FundingEventRetrieveDetailsParams params)
-
retrieveDetails
abstract CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(FundingEventRetrieveDetailsParams params)
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(String fundingEventToken, RequestOptions requestOptions)
-
-
-
-