Class FeedServiceImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.users.FeedService
public final class FeedServiceImpl implements FeedService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classFeedServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description FeedService.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. FeedGetSettingsResponsegetSettings(FeedGetSettingsParams params, RequestOptions requestOptions)FeedListItemsPagelistItems(FeedListItemsParams params, RequestOptions requestOptions)-
Methods inherited from class app.knock.api.services.blocking.users.FeedService
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
-
withRawResponse
FeedService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
getSettings
FeedGetSettingsResponse getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)
-
listItems
FeedListItemsPage listItems(FeedListItemsParams params, RequestOptions requestOptions)
-
-
-
-