Class ChatFavorite

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

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

    • ChatFavorite

      public ChatFavorite()
    • ChatFavorite

      public ChatFavorite(Boolean initWithEmptyList)
  • Method Details

    • id

      public ChatFavorite id(String id)
      The guid id of the favorite
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • externalId

      public ChatFavorite externalId(String externalId)
      The external id of the favorite
    • getExternalId

      public String getExternalId()
    • setExternalId

      public void setExternalId(String externalId)
    • 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