Package com.increase.api.services.async
Class RealTimeDecisionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.RealTimeDecisionServiceAsync.WithRawResponse
public final class RealTimeDecisionServiceAsyncImpl.WithRawResponseImpl implements RealTimeDecisionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<RealTimeDecision>>retrieve(RealTimeDecisionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /real_time_decisions/{real_time_decision_id}, but is otherwise the same as RealTimeDecisionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<RealTimeDecision>>action(RealTimeDecisionActionParams params, RequestOptions requestOptions)Returns a raw HTTP response for post /real_time_decisions/{real_time_decision_id}/action, but is otherwise the same as RealTimeDecisionServiceAsync.action.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<RealTimeDecision>> retrieve(RealTimeDecisionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /real_time_decisions/{real_time_decision_id}, but is otherwise the same as RealTimeDecisionServiceAsync.retrieve.
-
action
CompletableFuture<HttpResponseFor<RealTimeDecision>> action(RealTimeDecisionActionParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /real_time_decisions/{real_time_decision_id}/action, but is otherwise the same as RealTimeDecisionServiceAsync.action.
-
-
-
-