Class OAuthConnectionServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.OAuthConnectionService.WithRawResponse
public final class OAuthConnectionServiceImpl.WithRawResponseImpl implements OAuthConnectionService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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 OAuthConnectionService.retrieve.HttpResponseFor<OAuthConnectionListPage>list(OAuthConnectionListParams params, RequestOptions requestOptions)Returns a raw HTTP response for get /oauth_connections, but is otherwise the same as OAuthConnectionService.list.-
-
Method Detail
-
retrieve
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 OAuthConnectionService.retrieve.
-
list
HttpResponseFor<OAuthConnectionListPage> list(OAuthConnectionListParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
get /oauth_connections, but is otherwise the same as OAuthConnectionService.list.
-
-
-
-