Interface UserServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface UserServiceAsync.WithRawResponseA view of UserServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
-
-
Method Detail
-
feeds
abstract FeedServiceAsync.WithRawResponse feeds()
-
guides
abstract GuideServiceAsync.WithRawResponse guides()
-
bulk
abstract BulkServiceAsync.WithRawResponse bulk()
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> update(String userId, UserUpdateParams params)
Returns a raw HTTP response for
put /v1/users/{user_id}, but is otherwise the same as UserServiceAsync.update.
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> update(String userId, UserUpdateParams params, RequestOptions requestOptions)
-
update
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> update(UserUpdateParams params)
-
update
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<User>> update(UserUpdateParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListPageAsync>> list()
Returns a raw HTTP response for
get /v1/users, but is otherwise the same as UserServiceAsync.list.
-
list
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<UserListPageAsync>> list(UserListParams params, RequestOptions requestOptions)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListPageAsync>> list(UserListParams params)
-
list
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListPageAsync>> list(RequestOptions requestOptions)
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> delete(String userId)
Returns a raw HTTP response for
delete /v1/users/{user_id}, but is otherwise the same as UserServiceAsync.delete.
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> delete(String userId, UserDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> delete(String userId, UserDeleteParams params)
-
delete
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<String>> delete(UserDeleteParams params, RequestOptions requestOptions)
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> delete(UserDeleteParams params)
-
delete
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> delete(String userId, RequestOptions requestOptions)
-
get
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> get(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}, but is otherwise the same as UserServiceAsync.get.
-
get
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> get(String userId, UserGetParams params, RequestOptions requestOptions)
-
get
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> get(String userId, UserGetParams params)
-
get
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<User>> get(UserGetParams params, RequestOptions requestOptions)
-
get
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> get(UserGetParams params)
-
get
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> get(String userId, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() CompletableFuture<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 UserServiceAsync.getChannelData.
-
getChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(String userId, String channelId, UserGetChannelDataParams params, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(String userId, String channelId, UserGetChannelDataParams params)
-
getChannelData
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(UserGetChannelDataParams params, RequestOptions requestOptions)
-
getChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(UserGetChannelDataParams params)
-
getChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(String userId, String channelId, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() CompletableFuture<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 UserServiceAsync.getPreferences.
-
getPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(String userId, String id, UserGetPreferencesParams params, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(String userId, String id, UserGetPreferencesParams params)
-
getPreferences
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(UserGetPreferencesParams params, RequestOptions requestOptions)
-
getPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(UserGetPreferencesParams params)
-
getPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(String userId, String id, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/messages, but is otherwise the same as UserServiceAsync.listMessages.
-
listMessages
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(String userId, UserListMessagesParams params, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(String userId, UserListMessagesParams params)
-
listMessages
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(UserListMessagesParams params, RequestOptions requestOptions)
-
listMessages
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(UserListMessagesParams params)
-
listMessages
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(String userId, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/preferences, but is otherwise the same as UserServiceAsync.listPreferences.
-
listPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(String userId, UserListPreferencesParams params, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(String userId, UserListPreferencesParams params)
-
listPreferences
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(UserListPreferencesParams params, RequestOptions requestOptions)
-
listPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(UserListPreferencesParams params)
-
listPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(String userId, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/schedules, but is otherwise the same as UserServiceAsync.listSchedules.
-
listSchedules
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(String userId, UserListSchedulesParams params, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(String userId, UserListSchedulesParams params)
-
listSchedules
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(UserListSchedulesParams params, RequestOptions requestOptions)
-
listSchedules
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(UserListSchedulesParams params)
-
listSchedules
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(String userId, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(String userId)
Returns a raw HTTP response for
get /v1/users/{user_id}/subscriptions, but is otherwise the same as UserServiceAsync.listSubscriptions.
-
listSubscriptions
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(String userId, UserListSubscriptionsParams params, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(String userId, UserListSubscriptionsParams params)
-
listSubscriptions
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(UserListSubscriptionsParams params, RequestOptions requestOptions)
-
listSubscriptions
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(UserListSubscriptionsParams params)
-
listSubscriptions
@MustBeClosed() CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(String userId, RequestOptions requestOptions)
-
merge
@MustBeClosed() CompletableFuture<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 UserServiceAsync.merge.
-
merge
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> merge(String userId, UserMergeParams params, RequestOptions requestOptions)
-
merge
@MustBeClosed() CompletableFuture<HttpResponseFor<User>> merge(UserMergeParams params)
-
merge
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<User>> merge(UserMergeParams params, RequestOptions requestOptions)
-
setChannelData
@MustBeClosed() CompletableFuture<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 UserServiceAsync.setChannelData.
-
setChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> setChannelData(String userId, String channelId, UserSetChannelDataParams params, RequestOptions requestOptions)
-
setChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<ChannelData>> setChannelData(UserSetChannelDataParams params)
-
setChannelData
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<ChannelData>> setChannelData(UserSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
@MustBeClosed() CompletableFuture<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 UserServiceAsync.setPreferences.
-
setPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> setPreferences(String userId, String id, UserSetPreferencesParams params, RequestOptions requestOptions)
-
setPreferences
@MustBeClosed() CompletableFuture<HttpResponseFor<PreferenceSet>> setPreferences(UserSetPreferencesParams params)
-
setPreferences
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<PreferenceSet>> setPreferences(UserSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() CompletableFuture<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 UserServiceAsync.unsetChannelData.
-
unsetChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> unsetChannelData(String userId, String channelId, UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> unsetChannelData(String userId, String channelId, UserUnsetChannelDataParams params)
-
unsetChannelData
@MustBeClosed() abstract CompletableFuture<HttpResponseFor<String>> unsetChannelData(UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
unsetChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> unsetChannelData(UserUnsetChannelDataParams params)
-
unsetChannelData
@MustBeClosed() CompletableFuture<HttpResponseFor<String>> unsetChannelData(String userId, String channelId, RequestOptions requestOptions)
-
-
-
-