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