Package com.increase.api.services.async
Class OAuthApplicationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.increase.api.services.async.OAuthApplicationServiceAsync.WithRawResponse
public final class OAuthApplicationServiceAsyncImpl.WithRawResponseImpl implements OAuthApplicationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<OAuthApplication>>retrieve(OAuthApplicationRetrieveParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<OAuthApplicationListPageAsync>>list(OAuthApplicationListParams params, RequestOptions requestOptions)-
-
Method Detail
-
retrieve
CompletableFuture<HttpResponseFor<OAuthApplication>> retrieve(OAuthApplicationRetrieveParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<OAuthApplicationListPageAsync>> list(OAuthApplicationListParams params, RequestOptions requestOptions)
-
-
-
-