Uses of Class
com.mypurecloud.sdk.v2.model.WebChatSettings
Packages that use WebChatSettings
Package
Description
-
Uses of WebChatSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebChatSettingsModifier and TypeMethodDescriptionWebChatApi.getWebchatSettings()Deprecated.WebChatApi.getWebchatSettings(GetWebchatSettingsRequest request) Deprecated.WebChatApi.putWebchatSettings(PutWebchatSettingsRequest request) Deprecated.WebChatApi.putWebchatSettings(WebChatSettings body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebChatSettingsModifier and TypeMethodDescriptionWebChatApi.getWebchatSettings(ApiRequest<Void> request) Deprecated.WebChatApiAsync.getWebchatSettingsAsync(GetWebchatSettingsRequest request, AsyncApiCallback<WebChatSettings> callback) Deprecated.WebChatApiAsync.getWebchatSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatSettings>> callback) Deprecated.WebChatApi.getWebchatSettingsWithHttpInfo()Deprecated.WebChatApi.putWebchatSettings(ApiRequest<WebChatSettings> request) Deprecated.WebChatApiAsync.putWebchatSettingsAsync(PutWebchatSettingsRequest request, AsyncApiCallback<WebChatSettings> callback) Deprecated.WebChatApiAsync.putWebchatSettingsAsync(ApiRequest<WebChatSettings> request, AsyncApiCallback<ApiResponse<WebChatSettings>> callback) Deprecated.WebChatApi.putWebchatSettingsWithHttpInfo(WebChatSettings body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type WebChatSettingsModifier and TypeMethodDescriptionWebChatApi.putWebchatSettings(WebChatSettings body) Deprecated.WebChatApi.putWebchatSettingsWithHttpInfo(WebChatSettings body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebChatSettingsModifier and TypeMethodDescriptionWebChatApiAsync.getWebchatSettingsAsync(GetWebchatSettingsRequest request, AsyncApiCallback<WebChatSettings> callback) Deprecated.WebChatApiAsync.getWebchatSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatSettings>> callback) Deprecated.WebChatApi.putWebchatSettings(ApiRequest<WebChatSettings> request) Deprecated.WebChatApiAsync.putWebchatSettingsAsync(PutWebchatSettingsRequest request, AsyncApiCallback<WebChatSettings> callback) Deprecated.WebChatApiAsync.putWebchatSettingsAsync(ApiRequest<WebChatSettings> request, AsyncApiCallback<ApiResponse<WebChatSettings>> callback) Deprecated.WebChatApiAsync.putWebchatSettingsAsync(ApiRequest<WebChatSettings> request, AsyncApiCallback<ApiResponse<WebChatSettings>> callback) Deprecated. -
Uses of WebChatSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WebChatSettingsMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WebChatSettingsMethods in com.mypurecloud.sdk.v2.api.request with parameters of type WebChatSettingsModifier and TypeMethodDescriptionPutWebchatSettingsRequest.builder(WebChatSettings body) voidPutWebchatSettingsRequest.setBody(WebChatSettings body) PutWebchatSettingsRequest.Builder.withBody(WebChatSettings body) PutWebchatSettingsRequest.withBody(WebChatSettings body) PutWebchatSettingsRequest.Builder.withRequiredParams(WebChatSettings body) -
Uses of WebChatSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatSettings