Class V2UserPresence

java.lang.Object
com.symphony.bdk.gen.api.model.V2UserPresence

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class V2UserPresence extends Object
V2UserPresence
  • Field Details

  • Constructor Details

    • V2UserPresence

      public V2UserPresence()
  • Method Details

    • category

      public V2UserPresence category(String category)
    • getCategory

      public String getCategory()
      Presence status. Possible values are: - UNDEFINED - AVAILABLE - BUSY - DO_NOT_DISTURB - ON_THE_PHONE - BE_RIGHT_BACK - IN_A_MEETING - AWAY - OUT_OF_OFFICE - OFF_WORK - OFFLINE
      Returns:
      category
    • setCategory

      public void setCategory(String category)
    • userId

      public V2UserPresence userId(Long userId)
    • getUserId

      @Nullable public Long getUserId()
      The ID of the user to whom the presence state relates.
      Returns:
      userId
    • setUserId

      public void setUserId(Long userId)
    • equals

      public boolean equals(Object o)
      Return true if this V2UserPresence object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object