Class Source

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

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

    • Source

      public Source()
    • Source

      public Source(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public Source name(String name)
      The name of the source
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public Source description(String description)
      The description of the source
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • type

      public Source type(Source.TypeEnum type)
      The type of source
    • getType

      public Source.TypeEnum getType()
    • setType

      public void setType(Source.TypeEnum type)
    • deactivated

      public Source deactivated(Boolean deactivated)
    • getDeactivated

      public Boolean getDeactivated()
    • setDeactivated

      public void setDeactivated(Boolean deactivated)
    • 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