Class RealTimeDecisionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.RealTimeDecisionService.WithRawResponse
public final class RealTimeDecisionServiceImpl.WithRawResponseImpl implements RealTimeDecisionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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 RealTimeDecisionService.retrieve.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 RealTimeDecisionService.action.-
-
Method Detail
-
retrieve
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 RealTimeDecisionService.retrieve.
-
action
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 RealTimeDecisionService.action.
-
-
-
-