Package app.knock.api.services.async
Class UserServiceAsyncImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.async.UserServiceAsync
public final class UserServiceAsyncImpl implements UserServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classUserServiceAsyncImpl.WithRawResponseImpl
-
Method Summary
-
Methods inherited from class app.knock.api.services.async.UserServiceAsync
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
-
withRawResponse
UserServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
feeds
FeedServiceAsync feeds()
-
guides
GuideServiceAsync guides()
-
bulk
BulkServiceAsync bulk()
-
update
CompletableFuture<User> update(UserUpdateParams params, RequestOptions requestOptions)
-
list
CompletableFuture<UserListPageAsync> list(UserListParams params, RequestOptions requestOptions)
-
delete
CompletableFuture<String> delete(UserDeleteParams params, RequestOptions requestOptions)
-
get
CompletableFuture<User> get(UserGetParams params, RequestOptions requestOptions)
-
getChannelData
CompletableFuture<ChannelData> getChannelData(UserGetChannelDataParams params, RequestOptions requestOptions)
-
getPreferences
CompletableFuture<PreferenceSet> getPreferences(UserGetPreferencesParams params, RequestOptions requestOptions)
-
listMessages
CompletableFuture<UserListMessagesPageAsync> listMessages(UserListMessagesParams params, RequestOptions requestOptions)
-
listPreferences
CompletableFuture<List<PreferenceSet>> listPreferences(UserListPreferencesParams params, RequestOptions requestOptions)
-
listSchedules
CompletableFuture<UserListSchedulesPageAsync> listSchedules(UserListSchedulesParams params, RequestOptions requestOptions)
-
listSubscriptions
CompletableFuture<UserListSubscriptionsPageAsync> listSubscriptions(UserListSubscriptionsParams params, RequestOptions requestOptions)
-
merge
CompletableFuture<User> merge(UserMergeParams params, RequestOptions requestOptions)
-
setChannelData
CompletableFuture<ChannelData> setChannelData(UserSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
CompletableFuture<PreferenceSet> setPreferences(UserSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
CompletableFuture<String> unsetChannelData(UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
-
-
-