Interface InboundFundsHoldService.WithRawResponse
-
- All Implemented Interfaces:
public interface InboundFundsHoldService.WithRawResponseA view of InboundFundsHoldService that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<InboundFundsHoldReleaseResponse>release(String inboundFundsHoldId)Returns a raw HTTP response for post /simulations/inbound_funds_holds/{inbound_funds_hold_id}/release, but is otherwise the same as InboundFundsHoldService.release.HttpResponseFor<InboundFundsHoldReleaseResponse>release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params, RequestOptions requestOptions)HttpResponseFor<InboundFundsHoldReleaseResponse>release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params)abstract HttpResponseFor<InboundFundsHoldReleaseResponse>release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)HttpResponseFor<InboundFundsHoldReleaseResponse>release(InboundFundsHoldReleaseParams params)HttpResponseFor<InboundFundsHoldReleaseResponse>release(String inboundFundsHoldId, RequestOptions requestOptions)-
-
Method Detail
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(String inboundFundsHoldId)
Returns a raw HTTP response for
post /simulations/inbound_funds_holds/{inbound_funds_hold_id}/release, but is otherwise the same as InboundFundsHoldService.release.
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(String inboundFundsHoldId, InboundFundsHoldReleaseParams params)
-
release
@MustBeClosed() abstract HttpResponseFor<InboundFundsHoldReleaseResponse> release(InboundFundsHoldReleaseParams params, RequestOptions requestOptions)
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(InboundFundsHoldReleaseParams params)
-
release
@MustBeClosed() HttpResponseFor<InboundFundsHoldReleaseResponse> release(String inboundFundsHoldId, RequestOptions requestOptions)
-
-
-
-