Class StaCategory

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

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

    • StaCategory

      public StaCategory()
    • StaCategory

      public StaCategory(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public StaCategory name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public StaCategory description(String description)
      The description of the category
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • interactionType

      public StaCategory interactionType(StaCategory.InteractionTypeEnum interactionType)
      The type of interaction the category will apply to
    • getInteractionType

      public StaCategory.InteractionTypeEnum getInteractionType()
    • setInteractionType

      public void setInteractionType(StaCategory.InteractionTypeEnum interactionType)
    • criteria

      public StaCategory criteria(Operand criteria)
      A collection of conditions joined together by logical operation to provide more refined filtering of conversations
    • getCriteria

      public Operand getCriteria()
    • setCriteria

      public void setCriteria(Operand criteria)
    • createdBy

      public StaCategory createdBy(AddressableEntityRef createdBy)
      The user who created the record
    • getCreatedBy

      public AddressableEntityRef getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(AddressableEntityRef createdBy)
    • dateCreated

      public StaCategory dateCreated(Date dateCreated)
      The creation date of the record. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • modifiedBy

      public StaCategory modifiedBy(AddressableEntityRef modifiedBy)
      The user who last modified the record
    • getModifiedBy

      public AddressableEntityRef getModifiedBy()
    • setModifiedBy

      public void setModifiedBy(AddressableEntityRef modifiedBy)
    • dateModified

      public StaCategory dateModified(Date dateModified)
      The last modified date of the record. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateModified

      public Date getDateModified()
    • setDateModified

      public void setDateModified(Date dateModified)
    • 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