Uses of Class
com.mypurecloud.sdk.v2.model.ExpandableWebDeployment
Packages that use ExpandableWebDeployment
-
Uses of ExpandableWebDeployment in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExpandableWebDeploymentModifier and TypeMethodDescriptionExpandableWebDeployment._configuration(WebDeploymentConfigurationVersionResponse _configuration) The config version this deployment usesExpandableWebDeployment.allowAllDomains(Boolean allowAllDomains) Property indicates whether all domains are allowed or not. allowedDomains must be empty when this is set as true.ExpandableWebDeployment.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.ExpandableWebDeployment.description(String description) The description of the configExpandableWebDeployment.flow(WebDeploymentFlowEntityRef flow) A reference to the inboundshortmessage flow used by this deploymentThe deployment nameExpandableWebDeployment.pushIntegrations(List<PushIntegration> pushIntegrations) The push integration objects associated with the deploymentExpandableWebDeployment.status(ExpandableWebDeployment.StatusEnum status) The current status of the deploymentExpandableWebDeployment.supportedContent(SupportedContentReference supportedContent) The supported content profile for a deploymentMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExpandableWebDeploymentMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExpandableWebDeploymentModifier and TypeMethodDescriptionExpandableWebDeploymentEntityListing.entities(List<ExpandableWebDeployment> entities) voidExpandableWebDeploymentEntityListing.setEntities(List<ExpandableWebDeployment> entities)