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