Uses of Class
com.mypurecloud.sdk.v2.model.ChatSettings
Packages that use ChatSettings
Package
Description
-
Uses of ChatSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return ChatSettingsModifier and TypeMethodDescriptionChatApi.getChatsSettings()Get Chat Settings.ChatApi.getChatsSettings(GetChatsSettingsRequest request) Get Chat Settings.ChatApi.patchChatsSettings(PatchChatsSettingsRequest request) Patch Chat Settings.ChatApi.patchChatsSettings(ChatSettings body) Patch Chat Settings.ChatApi.putChatsSettings(PutChatsSettingsRequest request) Update Chat Settings.ChatApi.putChatsSettings(ChatSettings body) Update Chat Settings.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type ChatSettingsModifier and TypeMethodDescriptionChatApi.getChatsSettings(ApiRequest<Void> request) Get Chat Settings.ChatApiAsync.getChatsSettingsAsync(GetChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Get Chat Settings.ChatApiAsync.getChatsSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Get Chat Settings.ChatApi.getChatsSettingsWithHttpInfo()Get Chat Settings.ChatApi.patchChatsSettings(ApiRequest<ChatSettings> request) Patch Chat Settings.ChatApiAsync.patchChatsSettingsAsync(PatchChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Patch Chat Settings.ChatApiAsync.patchChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Patch Chat Settings.ChatApi.patchChatsSettingsWithHttpInfo(ChatSettings body) Patch Chat Settings.ChatApi.putChatsSettings(ApiRequest<ChatSettings> request) Update Chat Settings.ChatApiAsync.putChatsSettingsAsync(PutChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Update Chat Settings.ChatApiAsync.putChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Update Chat Settings.ChatApi.putChatsSettingsWithHttpInfo(ChatSettings body) Update Chat Settings.Methods in com.mypurecloud.sdk.v2.api with parameters of type ChatSettingsModifier and TypeMethodDescriptionChatApi.patchChatsSettings(ChatSettings body) Patch Chat Settings.ChatApi.patchChatsSettingsWithHttpInfo(ChatSettings body) Patch Chat Settings.ChatApi.putChatsSettings(ChatSettings body) Update Chat Settings.ChatApi.putChatsSettingsWithHttpInfo(ChatSettings body) Update Chat Settings.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type ChatSettingsModifier and TypeMethodDescriptionChatApiAsync.getChatsSettingsAsync(GetChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Get Chat Settings.ChatApiAsync.getChatsSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Get Chat Settings.ChatApi.patchChatsSettings(ApiRequest<ChatSettings> request) Patch Chat Settings.ChatApiAsync.patchChatsSettingsAsync(PatchChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Patch Chat Settings.ChatApiAsync.patchChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Patch Chat Settings.ChatApiAsync.patchChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Patch Chat Settings.ChatApi.putChatsSettings(ApiRequest<ChatSettings> request) Update Chat Settings.ChatApiAsync.putChatsSettingsAsync(PutChatsSettingsRequest request, AsyncApiCallback<ChatSettings> callback) Update Chat Settings.ChatApiAsync.putChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Update Chat Settings.ChatApiAsync.putChatsSettingsAsync(ApiRequest<ChatSettings> request, AsyncApiCallback<ApiResponse<ChatSettings>> callback) Update Chat Settings. -
Uses of ChatSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return ChatSettingsModifier and TypeMethodDescriptionPatchChatsSettingsRequest.getBody()PutChatsSettingsRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type ChatSettingsModifier and TypeMethodDescriptionPatchChatsSettingsRequest.withHttpInfo()PutChatsSettingsRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type ChatSettingsModifier and TypeMethodDescriptionPatchChatsSettingsRequest.builder(ChatSettings body) PutChatsSettingsRequest.builder(ChatSettings body) voidPatchChatsSettingsRequest.setBody(ChatSettings body) voidPutChatsSettingsRequest.setBody(ChatSettings body) PatchChatsSettingsRequest.Builder.withBody(ChatSettings body) PatchChatsSettingsRequest.withBody(ChatSettings body) PutChatsSettingsRequest.Builder.withBody(ChatSettings body) PutChatsSettingsRequest.withBody(ChatSettings body) PatchChatsSettingsRequest.Builder.withRequiredParams(ChatSettings body) PutChatsSettingsRequest.Builder.withRequiredParams(ChatSettings body) -
Uses of ChatSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChatSettingsModifier and TypeMethodDescriptionChatSettings.messageRetentionPeriodDays(Integer messageRetentionPeriodDays) Retention time for messages in days, expressed as int in the range [10,3650]ChatSettings.reactionsEnabled(Boolean reactionsEnabled) Reactions enabled for org