Uses of Class
com.mypurecloud.sdk.v2.model.UserChatSettingsPost
Packages that use UserChatSettingsPost
Package
Description
-
Uses of UserChatSettingsPost in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type UserChatSettingsPostModifier and TypeMethodDescriptionvoidChatApi.postChatsUsersMeSettings(UserChatSettingsPost body) Create a user's chat settingsChatApi.postChatsUsersMeSettingsWithHttpInfo(UserChatSettingsPost body) Create a user's chat settingsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type UserChatSettingsPostModifier and TypeMethodDescriptionChatApi.postChatsUsersMeSettings(ApiRequest<UserChatSettingsPost> request) Create a user's chat settingsChatApiAsync.postChatsUsersMeSettingsAsync(ApiRequest<UserChatSettingsPost> request, AsyncApiCallback<ApiResponse<Void>> callback) Create a user's chat settings -
Uses of UserChatSettingsPost in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return UserChatSettingsPostMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type UserChatSettingsPostMethods in com.mypurecloud.sdk.v2.api.request with parameters of type UserChatSettingsPostModifier and TypeMethodDescriptionPostChatsUsersMeSettingsRequest.builder(UserChatSettingsPost body) voidPostChatsUsersMeSettingsRequest.setBody(UserChatSettingsPost body) PostChatsUsersMeSettingsRequest.Builder.withBody(UserChatSettingsPost body) PostChatsUsersMeSettingsRequest.withBody(UserChatSettingsPost body) PostChatsUsersMeSettingsRequest.Builder.withRequiredParams(UserChatSettingsPost body) -
Uses of UserChatSettingsPost in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return UserChatSettingsPostModifier and TypeMethodDescriptionUserChatSettingsPost.mentionsOnly(Boolean mentionsOnly) Whether or not to enable notifications for mentions onlyWhether or not to enable muting notificationsUserChatSettingsPost.notifyOnReactions(Boolean notifyOnReactions) Whether or not to enable notifications for reactions on a user's own messages