Class IntentsCategory

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

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

    • IntentsCategory

      public IntentsCategory()
    • IntentsCategory

      public IntentsCategory(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public IntentsCategory name(String name)
      Name of the category
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public IntentsCategory description(String description)
      Description of the category
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getDateCreated

      public Date getDateCreated()
    • 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