Class FeedServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.users.FeedServiceAsync.WithRawResponse
public final class FeedServiceAsyncImpl.WithRawResponseImpl implements FeedServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>>getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>>listItems(FeedListItemsParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.async.users.FeedServiceAsync.WithRawResponse
getSettings, getSettings, getSettings, getSettings, getSettings, listItems, listItems, listItems, listItems, listItems -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getSettings
CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)
-
listItems
CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(FeedListItemsParams params, RequestOptions requestOptions)
-
-
-
-