Uses of Class
com.mypurecloud.sdk.v2.model.WebChatDeployment
Packages that use WebChatDeployment
Package
Description
-
Uses of WebChatDeployment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WebChatDeploymentModifier and TypeMethodDescriptionWebChatApi.getWebchatDeployment(GetWebchatDeploymentRequest request) Deprecated.WebChatApi.getWebchatDeployment(String deploymentId) Deprecated.WebChatApi.postWebchatDeployments(PostWebchatDeploymentsRequest request) Deprecated.WebChatApi.postWebchatDeployments(WebChatDeployment body) Deprecated.WebChatApi.putWebchatDeployment(PutWebchatDeploymentRequest request) Deprecated.WebChatApi.putWebchatDeployment(String deploymentId, WebChatDeployment body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WebChatDeploymentModifier and TypeMethodDescriptionWebChatApi.getWebchatDeployment(ApiRequest<Void> request) Deprecated.WebChatApiAsync.getWebchatDeploymentAsync(GetWebchatDeploymentRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.getWebchatDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApi.getWebchatDeploymentWithHttpInfo(String deploymentId) Deprecated.WebChatApi.postWebchatDeployments(ApiRequest<WebChatDeployment> request) Deprecated.WebChatApiAsync.postWebchatDeploymentsAsync(PostWebchatDeploymentsRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.postWebchatDeploymentsAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApi.postWebchatDeploymentsWithHttpInfo(WebChatDeployment body) Deprecated.WebChatApi.putWebchatDeployment(ApiRequest<WebChatDeployment> request) Deprecated.WebChatApiAsync.putWebchatDeploymentAsync(PutWebchatDeploymentRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.putWebchatDeploymentAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApi.putWebchatDeploymentWithHttpInfo(String deploymentId, WebChatDeployment body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type WebChatDeploymentModifier and TypeMethodDescriptionWebChatApi.postWebchatDeployments(WebChatDeployment body) Deprecated.WebChatApi.postWebchatDeploymentsWithHttpInfo(WebChatDeployment body) Deprecated.WebChatApi.putWebchatDeployment(String deploymentId, WebChatDeployment body) Deprecated.WebChatApi.putWebchatDeploymentWithHttpInfo(String deploymentId, WebChatDeployment body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WebChatDeploymentModifier and TypeMethodDescriptionWebChatApiAsync.getWebchatDeploymentAsync(GetWebchatDeploymentRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.getWebchatDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApi.postWebchatDeployments(ApiRequest<WebChatDeployment> request) Deprecated.WebChatApiAsync.postWebchatDeploymentsAsync(PostWebchatDeploymentsRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.postWebchatDeploymentsAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApiAsync.postWebchatDeploymentsAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApi.putWebchatDeployment(ApiRequest<WebChatDeployment> request) Deprecated.WebChatApiAsync.putWebchatDeploymentAsync(PutWebchatDeploymentRequest request, AsyncApiCallback<WebChatDeployment> callback) Deprecated.WebChatApiAsync.putWebchatDeploymentAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated.WebChatApiAsync.putWebchatDeploymentAsync(ApiRequest<WebChatDeployment> request, AsyncApiCallback<ApiResponse<WebChatDeployment>> callback) Deprecated. -
Uses of WebChatDeployment in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WebChatDeploymentModifier and TypeMethodDescriptionPostWebchatDeploymentsRequest.getBody()PutWebchatDeploymentRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WebChatDeploymentModifier and TypeMethodDescriptionPostWebchatDeploymentsRequest.withHttpInfo()PutWebchatDeploymentRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WebChatDeploymentModifier and TypeMethodDescriptionPostWebchatDeploymentsRequest.builder(WebChatDeployment body) PutWebchatDeploymentRequest.builder(String deploymentId, WebChatDeployment body) voidPostWebchatDeploymentsRequest.setBody(WebChatDeployment body) voidPutWebchatDeploymentRequest.setBody(WebChatDeployment body) PostWebchatDeploymentsRequest.Builder.withBody(WebChatDeployment body) PostWebchatDeploymentsRequest.withBody(WebChatDeployment body) PutWebchatDeploymentRequest.Builder.withBody(WebChatDeployment body) PutWebchatDeploymentRequest.withBody(WebChatDeployment body) PostWebchatDeploymentsRequest.Builder.withRequiredParams(WebChatDeployment body) PutWebchatDeploymentRequest.Builder.withRequiredParams(String deploymentId, WebChatDeployment body) -
Uses of WebChatDeployment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WebChatDeploymentModifier and TypeMethodDescriptionWebChatDeployment.allowedDomains(List<String> allowedDomains) WebChatDeployment.authenticationRequired(Boolean authenticationRequired) WebChatDeployment.authenticationUrl(String authenticationUrl) URL for third party service authenticating web chat clients.WebChatDeployment.description(String description) WebChatDeployment.flow(DomainEntityRef flow) The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.WebChatDeployment.webChatConfig(WebChatConfig webChatConfig) Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WebChatDeploymentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WebChatDeploymentModifier and TypeMethodDescriptionWebChatDeploymentEntityListing.entities(List<WebChatDeployment> entities) voidWebChatDeploymentEntityListing.setEntities(List<WebChatDeployment> entities)