Class UserPresenceDetail

java.lang.Object
com.github.jamesnetherton.zulip.client.api.user.UserPresenceDetail

public class UserPresenceDetail extends Object
Defines details about Zulip user presence.
  • Constructor Details

    • UserPresenceDetail

      public UserPresenceDetail()
  • Method Details

    • getClient

      public String getClient()
    • getStatus

      public UserPresenceStatus getStatus()
    • getTimestamp

      public Instant getTimestamp()
    • getActiveTimestamp

      public Instant getActiveTimestamp()
    • getIdleTimestamp

      public Instant getIdleTimestamp()
    • isPushable

      public boolean isPushable()