Interface ConnectionServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface ConnectionServiceAsync.WithRawResponseA view of ConnectionServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract AccountServiceAsync.WithRawResponseaccounts()CompletableFuture<HttpResponseFor<ConnectionCreateResponse>>create(SandboxConnectionCreateParams params)Returns a raw HTTP response for post /sandbox/connections, but is otherwise the same as ConnectionServiceAsync.create.abstract CompletableFuture<HttpResponseFor<ConnectionCreateResponse>>create(SandboxConnectionCreateParams params, RequestOptions requestOptions)-
-
Method Detail
-
accounts
abstract AccountServiceAsync.WithRawResponse accounts()
-
create
@MustBeClosed() CompletableFuture<HttpResponseFor<ConnectionCreateResponse>> create(SandboxConnectionCreateParams params)
Returns a raw HTTP response for
post /sandbox/connections, but is otherwise the same as ConnectionServiceAsync.create.
-
create
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<ConnectionCreateResponse>> create(SandboxConnectionCreateParams params, RequestOptions requestOptions)
-
-
-
-