Interface FeedServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface FeedServiceAsync.WithRawResponseA view of FeedServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
getSettings
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(String userId, String id)
Returns a raw HTTP response for
get /v1/users/{user_id}/feeds/{id}/settings, but is otherwise the same as FeedServiceAsync.getSettings.
-
getSettings
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(String userId, String id, FeedGetSettingsParams params, RequestOptions requestOptions)
-
getSettings
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(String userId, String id, FeedGetSettingsParams params)
-
getSettings
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(FeedGetSettingsParams params, RequestOptions requestOptions)
-
getSettings
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(FeedGetSettingsParams params)
-
getSettings
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedGetSettingsResponse>> getSettings(String userId, String id, RequestOptions requestOptions)
-
listItems
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(String userId, String id)
Returns a raw HTTP response for
get /v1/users/{user_id}/feeds/{id}, but is otherwise the same as FeedServiceAsync.listItems.
-
listItems
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(String userId, String id, FeedListItemsParams params, RequestOptions requestOptions)
-
listItems
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(String userId, String id, FeedListItemsParams params)
-
listItems
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(FeedListItemsParams params, RequestOptions requestOptions)
-
listItems
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(FeedListItemsParams params)
-
listItems
@MustBeClosed() CompletableFuture<HttpResponseFor<FeedListItemsPageAsync>> listItems(String userId, String id, RequestOptions requestOptions)
-
-
-
-