Interface UserService.WithRawResponse
-
- All Implemented Interfaces:
public interface UserService.WithRawResponseA view of UserService that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
feeds
abstract FeedService.WithRawResponse feeds()
-
guides
abstract GuideService.WithRawResponse guides()
-
bulk
abstract BulkService.WithRawResponse bulk()
-
update
@MustBeClosed() HttpResponseFor<User> update(String userId, UserUpdateParams params)
Returns a raw HTTP response for
put /v1/users/{user_id}, but is otherwise the same as UserService.update.
-
update
@MustBeClosed() HttpResponseFor<User> update(String userId, UserUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() HttpResponseFor<User> update(UserUpdateParams params)
-
update
@MustBeClosed() abstract HttpResponseFor<User> update(UserUpdateParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<UserListPage> list()
Returns a raw HTTP response for
get /v1/users, but is otherwise the same as UserService.list.
-
list
@MustBeClosed() abstract HttpResponseFor<UserListPage> list(UserListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() HttpResponseFor<UserListPage> list(UserListParams params)
-
list
@MustBeClosed() HttpResponseFor<UserListPage> list(RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponseFor<String> delete(String userId)
Returns a raw HTTP response for
delete /v1/users/{user_id}, but is otherwise the same as UserService.delete.
-
delete
@MustBeClosed() HttpResponseFor<String> delete(String userId, UserDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponseFor<String> delete(String userId, UserDeleteParams params)
-
delete
@MustBeClosed() abstract HttpResponseFor<String> delete(UserDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() HttpResponseFor<String> delete(UserDeleteParams params)
-
delete
@MustBeClosed() HttpResponseFor<String> delete(String userId, RequestOptions requestOptions)
-
get
@MustBeClosed() HttpResponseFor<User> get(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}, but is otherwise the same as UserService.get.
-
get
@MustBeClosed() HttpResponseFor<User> get(String userId, UserGetParams params, RequestOptions requestOptions)
-
get
@MustBeClosed() HttpResponseFor<User> get(String userId, UserGetParams params)
-
get
@MustBeClosed() abstract HttpResponseFor<User> get(UserGetParams params, RequestOptions requestOptions)
-
get
@MustBeClosed() HttpResponseFor<User> get(UserGetParams params)
-
get
@MustBeClosed() HttpResponseFor<User> get(String userId, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() HttpResponseFor<ChannelData> getChannelData(String userId, String channelId)
Returns a raw HTTP response for
get /v1/users/{user_id}/channel_data/{channel_id}, but is otherwise the same as UserService.getChannelData.
-
getChannelData
@MustBeClosed() HttpResponseFor<ChannelData> getChannelData(String userId, String channelId, UserGetChannelDataParams params, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() HttpResponseFor<ChannelData> getChannelData(String userId, String channelId, UserGetChannelDataParams params)
-
getChannelData
@MustBeClosed() abstract HttpResponseFor<ChannelData> getChannelData(UserGetChannelDataParams params, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() HttpResponseFor<ChannelData> getChannelData(UserGetChannelDataParams params)
-
getChannelData
@MustBeClosed() HttpResponseFor<ChannelData> getChannelData(String userId, String channelId, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> getPreferences(String userId, String id)
Returns a raw HTTP response for
get /v1/users/{user_id}/preferences/{id}, but is otherwise the same as UserService.getPreferences.
-
getPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> getPreferences(String userId, String id, UserGetPreferencesParams params, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> getPreferences(String userId, String id, UserGetPreferencesParams params)
-
getPreferences
@MustBeClosed() abstract HttpResponseFor<PreferenceSet> getPreferences(UserGetPreferencesParams params, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> getPreferences(UserGetPreferencesParams params)
-
getPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> getPreferences(String userId, String id, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() HttpResponseFor<UserListMessagesPage> listMessages(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/messages, but is otherwise the same as UserService.listMessages.
-
listMessages
@MustBeClosed() HttpResponseFor<UserListMessagesPage> listMessages(String userId, UserListMessagesParams params, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() HttpResponseFor<UserListMessagesPage> listMessages(String userId, UserListMessagesParams params)
-
listMessages
@MustBeClosed() abstract HttpResponseFor<UserListMessagesPage> listMessages(UserListMessagesParams params, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() HttpResponseFor<UserListMessagesPage> listMessages(UserListMessagesParams params)
-
listMessages
@MustBeClosed() HttpResponseFor<UserListMessagesPage> listMessages(String userId, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() HttpResponseFor<List<PreferenceSet>> listPreferences(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/preferences, but is otherwise the same as UserService.listPreferences.
-
listPreferences
@MustBeClosed() HttpResponseFor<List<PreferenceSet>> listPreferences(String userId, UserListPreferencesParams params, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() HttpResponseFor<List<PreferenceSet>> listPreferences(String userId, UserListPreferencesParams params)
-
listPreferences
@MustBeClosed() abstract HttpResponseFor<List<PreferenceSet>> listPreferences(UserListPreferencesParams params, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() HttpResponseFor<List<PreferenceSet>> listPreferences(UserListPreferencesParams params)
-
listPreferences
@MustBeClosed() HttpResponseFor<List<PreferenceSet>> listPreferences(String userId, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() HttpResponseFor<UserListSchedulesPage> listSchedules(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/schedules, but is otherwise the same as UserService.listSchedules.
-
listSchedules
@MustBeClosed() HttpResponseFor<UserListSchedulesPage> listSchedules(String userId, UserListSchedulesParams params, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() HttpResponseFor<UserListSchedulesPage> listSchedules(String userId, UserListSchedulesParams params)
-
listSchedules
@MustBeClosed() abstract HttpResponseFor<UserListSchedulesPage> listSchedules(UserListSchedulesParams params, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() HttpResponseFor<UserListSchedulesPage> listSchedules(UserListSchedulesParams params)
-
listSchedules
@MustBeClosed() HttpResponseFor<UserListSchedulesPage> listSchedules(String userId, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/subscriptions, but is otherwise the same as UserService.listSubscriptions.
-
listSubscriptions
@MustBeClosed() HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(String userId, UserListSubscriptionsParams params, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(String userId, UserListSubscriptionsParams params)
-
listSubscriptions
@MustBeClosed() abstract HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(UserListSubscriptionsParams params, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(UserListSubscriptionsParams params)
-
listSubscriptions
@MustBeClosed() HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(String userId, RequestOptions requestOptions)
-
merge
@MustBeClosed() HttpResponseFor<User> merge(String userId, UserMergeParams params)
Returns a raw HTTP response for
post /v1/users/{user_id}/merge, but is otherwise the same as UserService.merge.
-
merge
@MustBeClosed() HttpResponseFor<User> merge(String userId, UserMergeParams params, RequestOptions requestOptions)
-
merge
@MustBeClosed() HttpResponseFor<User> merge(UserMergeParams params)
-
merge
@MustBeClosed() abstract HttpResponseFor<User> merge(UserMergeParams params, RequestOptions requestOptions)
-
setChannelData
@MustBeClosed() HttpResponseFor<ChannelData> setChannelData(String userId, String channelId, UserSetChannelDataParams params)
Returns a raw HTTP response for
put /v1/users/{user_id}/channel_data/{channel_id}, but is otherwise the same as UserService.setChannelData.
-
setChannelData
@MustBeClosed() HttpResponseFor<ChannelData> setChannelData(String userId, String channelId, UserSetChannelDataParams params, RequestOptions requestOptions)
-
setChannelData
@MustBeClosed() HttpResponseFor<ChannelData> setChannelData(UserSetChannelDataParams params)
-
setChannelData
@MustBeClosed() abstract HttpResponseFor<ChannelData> setChannelData(UserSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> setPreferences(String userId, String id, UserSetPreferencesParams params)
Returns a raw HTTP response for
put /v1/users/{user_id}/preferences/{id}, but is otherwise the same as UserService.setPreferences.
-
setPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> setPreferences(String userId, String id, UserSetPreferencesParams params, RequestOptions requestOptions)
-
setPreferences
@MustBeClosed() HttpResponseFor<PreferenceSet> setPreferences(UserSetPreferencesParams params)
-
setPreferences
@MustBeClosed() abstract HttpResponseFor<PreferenceSet> setPreferences(UserSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() HttpResponseFor<String> unsetChannelData(String userId, String channelId)
Returns a raw HTTP response for
delete /v1/users/{user_id}/channel_data/{channel_id}, but is otherwise the same as UserService.unsetChannelData.
-
unsetChannelData
@MustBeClosed() HttpResponseFor<String> unsetChannelData(String userId, String channelId, UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() HttpResponseFor<String> unsetChannelData(String userId, String channelId, UserUnsetChannelDataParams params)
-
unsetChannelData
@MustBeClosed() abstract HttpResponseFor<String> unsetChannelData(UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() HttpResponseFor<String> unsetChannelData(UserUnsetChannelDataParams params)
-
unsetChannelData
@MustBeClosed() HttpResponseFor<String> unsetChannelData(String userId, String channelId, RequestOptions requestOptions)
-
-
-
-