Interface FeedServiceAsync
-
- All Implemented Interfaces:
public interface FeedServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceFeedServiceAsync.WithRawResponseA view of FeedServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
-
-
Method Detail
-
withRawResponse
abstract FeedServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
getSettings
CompletableFuture<FeedGetSettingsResponse> getSettings(String userId, String id)
Returns the feed settings for a user.
-
getSettings
CompletableFuture<FeedGetSettingsResponse> getSettings(String userId, String id, FeedGetSettingsParams params, RequestOptions requestOptions)
-
getSettings
CompletableFuture<FeedGetSettingsResponse> getSettings(String userId, String id, FeedGetSettingsParams params)
-
getSettings
abstract CompletableFuture<FeedGetSettingsResponse> getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)
-
getSettings
CompletableFuture<FeedGetSettingsResponse> getSettings(FeedGetSettingsParams params)
-
getSettings
CompletableFuture<FeedGetSettingsResponse> getSettings(String userId, String id, RequestOptions requestOptions)
-
listItems
CompletableFuture<FeedListItemsPageAsync> listItems(String userId, String id)
Returns a paginated list of feed items for a user, including metadata about the feed.
-
listItems
CompletableFuture<FeedListItemsPageAsync> listItems(String userId, String id, FeedListItemsParams params, RequestOptions requestOptions)
-
listItems
CompletableFuture<FeedListItemsPageAsync> listItems(String userId, String id, FeedListItemsParams params)
-
listItems
abstract CompletableFuture<FeedListItemsPageAsync> listItems(FeedListItemsParams params, RequestOptions requestOptions)
-
listItems
CompletableFuture<FeedListItemsPageAsync> listItems(FeedListItemsParams params)
-
listItems
CompletableFuture<FeedListItemsPageAsync> listItems(String userId, String id, RequestOptions requestOptions)
-
-
-
-