Package app.knock.api.services.async
Class UserServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.UserServiceAsync.WithRawResponse
public final class UserServiceAsyncImpl.WithRawResponseImpl implements UserServiceAsync.WithRawResponse
-
-
Method Summary
-
Methods inherited from class app.knock.api.services.async.UserServiceAsync.WithRawResponse
delete, delete, delete, delete, delete, get, get, get, get, get, getChannelData, getChannelData, getChannelData, getChannelData, getChannelData, getPreferences, getPreferences, getPreferences, getPreferences, getPreferences, list, list, list, listMessages, listMessages, listMessages, listMessages, listMessages, listPreferences, listPreferences, listPreferences, listPreferences, listPreferences, listSchedules, listSchedules, listSchedules, listSchedules, listSchedules, listSubscriptions, listSubscriptions, listSubscriptions, listSubscriptions, listSubscriptions, merge, merge, merge, setChannelData, setChannelData, setChannelData, setPreferences, setPreferences, setPreferences, unsetChannelData, unsetChannelData, unsetChannelData, unsetChannelData, unsetChannelData, update, update, update -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
guides
GuideServiceAsync.WithRawResponse guides()
-
update
CompletableFuture<HttpResponseFor<User>> update(UserUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<HttpResponseFor<UserListPageAsync>> list(UserListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<HttpResponseFor<String>> delete(UserDeleteParams params, RequestOptions requestOptions)
-
get
CompletableFuture<HttpResponseFor<User>> get(UserGetParams params, RequestOptions requestOptions)
-
getChannelData
CompletableFuture<HttpResponseFor<ChannelData>> getChannelData(UserGetChannelDataParams params, RequestOptions requestOptions)
-
getPreferences
CompletableFuture<HttpResponseFor<PreferenceSet>> getPreferences(UserGetPreferencesParams params, RequestOptions requestOptions)
-
listMessages
CompletableFuture<HttpResponseFor<UserListMessagesPageAsync>> listMessages(UserListMessagesParams params, RequestOptions requestOptions)
-
listPreferences
CompletableFuture<HttpResponseFor<List<PreferenceSet>>> listPreferences(UserListPreferencesParams params, RequestOptions requestOptions)
-
listSchedules
CompletableFuture<HttpResponseFor<UserListSchedulesPageAsync>> listSchedules(UserListSchedulesParams params, RequestOptions requestOptions)
-
listSubscriptions
CompletableFuture<HttpResponseFor<UserListSubscriptionsPageAsync>> listSubscriptions(UserListSubscriptionsParams params, RequestOptions requestOptions)
-
merge
CompletableFuture<HttpResponseFor<User>> merge(UserMergeParams params, RequestOptions requestOptions)
-
setChannelData
CompletableFuture<HttpResponseFor<ChannelData>> setChannelData(UserSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
CompletableFuture<HttpResponseFor<PreferenceSet>> setPreferences(UserSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
CompletableFuture<HttpResponseFor<String>> unsetChannelData(UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
-
-
-