Package com.lithic.api.services.async
Interface FundingEventServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FundingEventServiceAsync.WithRawResponseA view of FundingEventServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
withOptions
abstract FundingEventServiceAsync.WithRawResponse 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<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(String fundingEventToken)
Returns a raw HTTP response for
get /v1/funding_events/{funding_event_token}, but is otherwise the same as FundingEventServiceAsync.retrieve.
-
retrieve
CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(String fundingEventToken, FundingEventRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(String fundingEventToken, FundingEventRetrieveParams params)
-
retrieve
abstract CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(FundingEventRetrieveParams params, RequestOptions requestOptions)
-
retrieve
CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(FundingEventRetrieveParams params)
-
retrieve
CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(String fundingEventToken, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FundingEventListPageAsync>> list()
Returns a raw HTTP response for
get /v1/funding_events, but is otherwise the same as FundingEventServiceAsync.list.
-
list
abstract CompletableFuture<HttpResponseFor<FundingEventListPageAsync>> list(FundingEventListParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FundingEventListPageAsync>> list(FundingEventListParams params)
-
list
CompletableFuture<HttpResponseFor<FundingEventListPageAsync>> list(RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(String fundingEventToken)
Returns a raw HTTP response for
get /v1/funding_events/{funding_event_token}/details, but is otherwise the same as FundingEventServiceAsync.retrieveDetails.
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(String fundingEventToken, FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(String fundingEventToken, FundingEventRetrieveDetailsParams params)
-
retrieveDetails
abstract CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(FundingEventRetrieveDetailsParams params)
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(String fundingEventToken, RequestOptions requestOptions)
-
-
-
-