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