Package com.lithic.api.services.async
Class FundingEventServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FundingEventServiceAsync.WithRawResponse
public final class FundingEventServiceAsyncImpl.WithRawResponseImpl implements FundingEventServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>>retrieve(FundingEventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FundingEventListPageAsync>>list(FundingEventListParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>>retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.FundingEventServiceAsync.WithRawResponse
list, list, list, retrieve, retrieve, retrieve, retrieve, retrieve, retrieveDetails, retrieveDetails, retrieveDetails, retrieveDetails, retrieveDetails -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<FundingEventRetrieveResponse>> retrieve(FundingEventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<FundingEventListPageAsync>> list(FundingEventListParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<HttpResponseFor<FundingEventRetrieveDetailsResponse>> retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
-
-
-