Uses of Class
com.mypurecloud.sdk.v2.model.WidgetDeployment
Packages that use WidgetDeployment
Package
Description
-
Uses of WidgetDeployment in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return WidgetDeploymentModifier and TypeMethodDescriptionWidgetsApi.getWidgetsDeployment(GetWidgetsDeploymentRequest request) Deprecated.WidgetsApi.getWidgetsDeployment(String deploymentId) Deprecated.WidgetsApi.postWidgetsDeployments(PostWidgetsDeploymentsRequest request) Deprecated.WidgetsApi.postWidgetsDeployments(WidgetDeployment body) Deprecated.WidgetsApi.putWidgetsDeployment(PutWidgetsDeploymentRequest request) Deprecated.WidgetsApi.putWidgetsDeployment(String deploymentId, WidgetDeployment body) Deprecated.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type WidgetDeploymentModifier and TypeMethodDescriptionWidgetsApi.getWidgetsDeployment(ApiRequest<Void> request) Deprecated.WidgetsApiAsync.getWidgetsDeploymentAsync(GetWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.getWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApi.getWidgetsDeploymentWithHttpInfo(String deploymentId) Deprecated.WidgetsApi.postWidgetsDeployments(ApiRequest<WidgetDeployment> request) Deprecated.WidgetsApiAsync.postWidgetsDeploymentsAsync(PostWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.postWidgetsDeploymentsAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApi.postWidgetsDeploymentsWithHttpInfo(WidgetDeployment body) Deprecated.WidgetsApi.putWidgetsDeployment(ApiRequest<WidgetDeployment> request) Deprecated.WidgetsApiAsync.putWidgetsDeploymentAsync(PutWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.putWidgetsDeploymentAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApi.putWidgetsDeploymentWithHttpInfo(String deploymentId, WidgetDeployment body) Deprecated.Methods in com.mypurecloud.sdk.v2.api with parameters of type WidgetDeploymentModifier and TypeMethodDescriptionWidgetsApi.postWidgetsDeployments(WidgetDeployment body) Deprecated.WidgetsApi.postWidgetsDeploymentsWithHttpInfo(WidgetDeployment body) Deprecated.WidgetsApi.putWidgetsDeployment(String deploymentId, WidgetDeployment body) Deprecated.WidgetsApi.putWidgetsDeploymentWithHttpInfo(String deploymentId, WidgetDeployment body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type WidgetDeploymentModifier and TypeMethodDescriptionWidgetsApiAsync.getWidgetsDeploymentAsync(GetWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.getWidgetsDeploymentAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApi.postWidgetsDeployments(ApiRequest<WidgetDeployment> request) Deprecated.WidgetsApiAsync.postWidgetsDeploymentsAsync(PostWidgetsDeploymentsRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.postWidgetsDeploymentsAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApiAsync.postWidgetsDeploymentsAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApi.putWidgetsDeployment(ApiRequest<WidgetDeployment> request) Deprecated.WidgetsApiAsync.putWidgetsDeploymentAsync(PutWidgetsDeploymentRequest request, AsyncApiCallback<WidgetDeployment> callback) Deprecated.WidgetsApiAsync.putWidgetsDeploymentAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated.WidgetsApiAsync.putWidgetsDeploymentAsync(ApiRequest<WidgetDeployment> request, AsyncApiCallback<ApiResponse<WidgetDeployment>> callback) Deprecated. -
Uses of WidgetDeployment in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return WidgetDeploymentModifier and TypeMethodDescriptionPostWidgetsDeploymentsRequest.getBody()PutWidgetsDeploymentRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type WidgetDeploymentModifier and TypeMethodDescriptionPostWidgetsDeploymentsRequest.withHttpInfo()PutWidgetsDeploymentRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type WidgetDeploymentModifier and TypeMethodDescriptionPostWidgetsDeploymentsRequest.builder(WidgetDeployment body) PutWidgetsDeploymentRequest.builder(String deploymentId, WidgetDeployment body) voidPostWidgetsDeploymentsRequest.setBody(WidgetDeployment body) voidPutWidgetsDeploymentRequest.setBody(WidgetDeployment body) PostWidgetsDeploymentsRequest.Builder.withBody(WidgetDeployment body) PostWidgetsDeploymentsRequest.withBody(WidgetDeployment body) PutWidgetsDeploymentRequest.Builder.withBody(WidgetDeployment body) PutWidgetsDeploymentRequest.withBody(WidgetDeployment body) PostWidgetsDeploymentsRequest.Builder.withRequiredParams(WidgetDeployment body) PutWidgetsDeploymentRequest.Builder.withRequiredParams(String deploymentId, WidgetDeployment body) -
Uses of WidgetDeployment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return WidgetDeploymentModifier and TypeMethodDescriptionWidgetDeployment.allowedDomains(List<String> allowedDomains) The list of domains that are approved to use this Deployment; the list will be added to CORS headers for ease of web use.WidgetDeployment.authenticationRequired(Boolean authenticationRequired) When true, the customer members starting a chat must be authenticated by supplying their JWT to the create operation.WidgetDeployment.clientConfig(WidgetClientConfig clientConfig) The client configuration options that should be made available to the clients of this Deployment.WidgetDeployment.clientType(WidgetDeployment.ClientTypeEnum clientType) The type of display widget for which this Deployment is configured, which controls the administrator settings shown.WidgetDeployment.description(String description) A human-readable description of this Deployment.When true, all create chat operations using this Deployment will be rejected.WidgetDeployment.flow(DomainEntityRef flow) The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type WidgetDeploymentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type WidgetDeploymentModifier and TypeMethodDescriptionWidgetDeploymentEntityListing.entities(List<WidgetDeployment> entities) voidWidgetDeploymentEntityListing.setEntities(List<WidgetDeployment> entities)