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
-
-
Method Detail
-
withOptions
abstract InboundFundsHoldService.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
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)
-
-
-
-