Class WidgetDeployment

java.lang.Object
com.mypurecloud.sdk.v2.model.WidgetDeployment
All Implemented Interfaces:
Serializable

public class WidgetDeployment extends Object implements Serializable
WidgetDeployment
See Also:
  • Constructor Details

    • WidgetDeployment

      public WidgetDeployment()
    • WidgetDeployment

      public WidgetDeployment(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public WidgetDeployment name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public WidgetDeployment description(String description)
      A human-readable description of this Deployment.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • authenticationRequired

      public WidgetDeployment authenticationRequired(Boolean authenticationRequired)
      When true, the customer members starting a chat must be authenticated by supplying their JWT to the create operation.
    • getAuthenticationRequired

      public Boolean getAuthenticationRequired()
    • setAuthenticationRequired

      public void setAuthenticationRequired(Boolean authenticationRequired)
    • disabled

      public WidgetDeployment disabled(Boolean disabled)
      When true, all create chat operations using this Deployment will be rejected.
    • getDisabled

      public Boolean getDisabled()
    • setDisabled

      public void setDisabled(Boolean disabled)
    • flow

      public WidgetDeployment flow(DomainEntityRef flow)
      The URI of the Inbound Chat Flow to run when new chats are initiated under this Deployment.
    • getFlow

      public DomainEntityRef getFlow()
    • setFlow

      public void setFlow(DomainEntityRef flow)
    • allowedDomains

      public WidgetDeployment 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.
    • getAllowedDomains

      public List<String> getAllowedDomains()
    • setAllowedDomains

      public void setAllowedDomains(List<String> allowedDomains)
    • clientType

      public WidgetDeployment clientType(WidgetDeployment.ClientTypeEnum clientType)
      The type of display widget for which this Deployment is configured, which controls the administrator settings shown.
    • getClientType

      public WidgetDeployment.ClientTypeEnum getClientType()
    • setClientType

      public void setClientType(WidgetDeployment.ClientTypeEnum clientType)
    • clientConfig

      public WidgetDeployment clientConfig(WidgetClientConfig clientConfig)
      The client configuration options that should be made available to the clients of this Deployment.
    • getClientConfig

      public WidgetClientConfig getClientConfig()
    • setClientConfig

      public void setClientConfig(WidgetClientConfig clientConfig)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object