Package com.increase.api.services.async
Class OAuthConnectionServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.OAuthConnectionServiceAsync.WithRawResponse
public final class OAuthConnectionServiceAsyncImpl.WithRawResponseImpl implements OAuthConnectionServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<OAuthConnection>>retrieve(OAuthConnectionRetrieveParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /oauth_connections/{oauth_connection_id}, but is otherwise the same as OAuthConnectionServiceAsync.retrieve.CompletableFuture<HttpResponseFor<OAuthConnectionListPageAsync>>list(OAuthConnectionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /oauth_connections, but is otherwise the same as OAuthConnectionServiceAsync.list.-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<OAuthConnection>> retrieve(OAuthConnectionRetrieveParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /oauth_connections/{oauth_connection_id}, but is otherwise the same as OAuthConnectionServiceAsync.retrieve.
-
list
CompletableFuture<HttpResponseFor<OAuthConnectionListPageAsync>> list(OAuthConnectionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /oauth_connections, but is otherwise the same as OAuthConnectionServiceAsync.list.
-
-
-
-