Package app.knock.api.services.blocking
Class UserServiceImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
app.knock.api.services.blocking.UserService.WithRawResponse
public final class UserServiceImpl.WithRawResponseImpl implements UserService.WithRawResponse
-
-
Method Summary
-
Methods inherited from class app.knock.api.services.blocking.UserService.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
-
feeds
FeedService.WithRawResponse feeds()
-
guides
GuideService.WithRawResponse guides()
-
bulk
BulkService.WithRawResponse bulk()
-
update
HttpResponseFor<User> update(UserUpdateParams params, RequestOptions requestOptions)
-
list
HttpResponseFor<UserListPage> list(UserListParams params, RequestOptions requestOptions)
-
delete
HttpResponseFor<String> delete(UserDeleteParams params, RequestOptions requestOptions)
-
get
HttpResponseFor<User> get(UserGetParams params, RequestOptions requestOptions)
-
getChannelData
HttpResponseFor<ChannelData> getChannelData(UserGetChannelDataParams params, RequestOptions requestOptions)
-
getPreferences
HttpResponseFor<PreferenceSet> getPreferences(UserGetPreferencesParams params, RequestOptions requestOptions)
-
listMessages
HttpResponseFor<UserListMessagesPage> listMessages(UserListMessagesParams params, RequestOptions requestOptions)
-
listPreferences
HttpResponseFor<List<PreferenceSet>> listPreferences(UserListPreferencesParams params, RequestOptions requestOptions)
-
listSchedules
HttpResponseFor<UserListSchedulesPage> listSchedules(UserListSchedulesParams params, RequestOptions requestOptions)
-
listSubscriptions
HttpResponseFor<UserListSubscriptionsPage> listSubscriptions(UserListSubscriptionsParams params, RequestOptions requestOptions)
-
merge
HttpResponseFor<User> merge(UserMergeParams params, RequestOptions requestOptions)
-
setChannelData
HttpResponseFor<ChannelData> setChannelData(UserSetChannelDataParams params, RequestOptions requestOptions)
-
setPreferences
HttpResponseFor<PreferenceSet> setPreferences(UserSetPreferencesParams params, RequestOptions requestOptions)
-
unsetChannelData
HttpResponseFor<String> unsetChannelData(UserUnsetChannelDataParams params, RequestOptions requestOptions)
-
-
-
-