Package com.mypurecloud.sdk.v2.model
Class WebDeployment
java.lang.Object
com.mypurecloud.sdk.v2.model.WebDeployment
- All Implemented Interfaces:
Serializable
Details about a Web Deployment
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe current status of the deployment -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_configuration(WebDeploymentConfigurationVersionEntityRef _configuration) The config version this deployment usesallowAllDomains(Boolean allowAllDomains) Property indicates whether all domains are allowed or not. allowedDomains must be empty when this is set as true.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.description(String description) The description of the configbooleanA reference to the inboundshortmessage flow used by this deploymentgetFlow()getId()getName()inthashCode()The deployment namepushIntegrations(List<PushIntegration> pushIntegrations) The push integration objects associated with the deploymentvoidsetAllowAllDomains(Boolean allowAllDomains) voidsetAllowedDomains(List<String> allowedDomains) voidsetConfiguration(WebDeploymentConfigurationVersionEntityRef _configuration) voidsetDescription(String description) voidvoidvoidsetPushIntegrations(List<PushIntegration> pushIntegrations) voidsetStatus(WebDeployment.StatusEnum status) voidsetSupportedContent(SupportedContentReference supportedContent) status(WebDeployment.StatusEnum status) The current status of the deploymentsupportedContent(SupportedContentReference supportedContent) The supported content profile for a deploymenttoString()
-
Constructor Details
-
WebDeployment
public WebDeployment() -
WebDeployment
-
-
Method Details
-
getId
-
name
The deployment name -
getName
-
setName
-
description
The description of the config -
getDescription
-
setDescription
-
allowAllDomains
Property indicates whether all domains are allowed or not. allowedDomains must be empty when this is set as true. -
getAllowAllDomains
-
setAllowAllDomains
-
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
-
supportedContent
The supported content profile for a deployment -
getSupportedContent
-
setSupportedContent
-
getSnippet
-
getDateCreated
-
getDateModified
-
getLastModifiedUser
-
flow
A reference to the inboundshortmessage flow used by this deployment -
getFlow
-
setFlow
-
status
The current status of the deployment -
getStatus
-
setStatus
-
pushIntegrations
The push integration objects associated with the deployment -
getPushIntegrations
-
setPushIntegrations
-
_configuration
The config version this deployment uses -
getConfiguration
-
setConfiguration
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-