Package com.lithic.api.services.async
Class FundingEventServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.lithic.api.services.async.FundingEventServiceAsync
public final class FundingEventServiceAsyncImpl implements FundingEventServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFundingEventServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FundingEventServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FundingEventServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<FundingEventRetrieveResponse>retrieve(FundingEventRetrieveParams params, RequestOptions requestOptions)CompletableFuture<FundingEventListPageAsync>list(FundingEventListParams params, RequestOptions requestOptions)CompletableFuture<FundingEventRetrieveDetailsResponse>retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)-
Methods inherited from class com.lithic.api.services.async.FundingEventServiceAsync
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
-
withRawResponse
FundingEventServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
withOptions
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(FundingEventRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<FundingEventListPageAsync> list(FundingEventListParams params, RequestOptions requestOptions)
-
retrieveDetails
CompletableFuture<FundingEventRetrieveDetailsResponse> retrieveDetails(FundingEventRetrieveDetailsParams params, RequestOptions requestOptions)
-
-
-
-