Class CustomerIntentPatch

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

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

    • CustomerIntentPatch

      public CustomerIntentPatch()
    • CustomerIntentPatch

      public CustomerIntentPatch(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public CustomerIntentPatch name(String name)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • description

      public CustomerIntentPatch description(String description)
      Description of the customer intent
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • expiryTime

      public CustomerIntentPatch expiryTime(Integer expiryTime)
      Expiry time in hours of the customer intent
    • getExpiryTime

      public Integer getExpiryTime()
    • setExpiryTime

      public void setExpiryTime(Integer expiryTime)
    • categoryId

      public CustomerIntentPatch categoryId(String categoryId)
      CategoryId of the customer intent
    • getCategoryId

      public String getCategoryId()
    • setCategoryId

      public void setCategoryId(String categoryId)
    • 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