Class FeedServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.users.FeedService.WithRawResponse
public final class FeedServiceImpl.WithRawResponseImpl implements FeedService.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description HttpResponseFor<FeedGetSettingsResponse>getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)HttpResponseFor<FeedListItemsPage>listItems(FeedListItemsParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.users.FeedService.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
HttpResponseFor<FeedGetSettingsResponse> getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)
-
listItems
HttpResponseFor<FeedListItemsPage> listItems(FeedListItemsParams params, RequestOptions requestOptions)
-
-
-
-