Package com.mypurecloud.sdk.v2.model
Class WidgetDeployment
java.lang.Object
com.mypurecloud.sdk.v2.model.WidgetDeployment
- All Implemented Interfaces:
Serializable
WidgetDeployment
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of display widget for which this Deployment is configured, which controls the administrator settings shown. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowedDomains(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.authenticationRequired(Boolean authenticationRequired) When true, the customer members starting a chat must be authenticated by supplying their JWT to the create operation.clientConfig(WidgetClientConfig clientConfig) The client configuration options that should be made available to the clients of this Deployment.clientType(WidgetDeployment.ClientTypeEnum clientType) The type of display widget for which this Deployment is configured, which controls the administrator settings shown.description(String description) A human-readable description of this Deployment.When true, all create chat operations using this Deployment will be rejected.booleanflow(DomainEntityRef flow) The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.getFlow()getId()getName()inthashCode()voidsetAllowedDomains(List<String> allowedDomains) voidsetAuthenticationRequired(Boolean authenticationRequired) voidsetClientConfig(WidgetClientConfig clientConfig) voidsetClientType(WidgetDeployment.ClientTypeEnum clientType) voidsetDescription(String description) voidsetDisabled(Boolean disabled) voidsetFlow(DomainEntityRef flow) voidtoString()
-
Constructor Details
-
WidgetDeployment
public WidgetDeployment() -
WidgetDeployment
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
description
A human-readable description of this Deployment. -
getDescription
-
setDescription
-
authenticationRequired
When true, the customer members starting a chat must be authenticated by supplying their JWT to the create operation. -
getAuthenticationRequired
-
setAuthenticationRequired
-
disabled
When true, all create chat operations using this Deployment will be rejected. -
getDisabled
-
setDisabled
-
flow
The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment. -
getFlow
-
setFlow
-
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. -
getAllowedDomains
-
setAllowedDomains
-
clientType
The type of display widget for which this Deployment is configured, which controls the administrator settings shown. -
getClientType
-
setClientType
-
clientConfig
The client configuration options that should be made available to the clients of this Deployment. -
getClientConfig
-
setClientConfig
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-