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