Class OAuthApplicationServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.blocking.OAuthApplicationService.WithRawResponse
public final class OAuthApplicationServiceImpl.WithRawResponseImpl implements OAuthApplicationService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<OAuthApplication>retrieve(OAuthApplicationRetrieveParams params, RequestOptions requestOptions)HttpResponseFor<OAuthApplicationListPage>list(OAuthApplicationListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
HttpResponseFor<OAuthApplication> retrieve(OAuthApplicationRetrieveParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<OAuthApplicationListPage> list(OAuthApplicationListParams params, RequestOptions requestOptions)
-
-
-
-