Class User
java.lang.Object
com.github.jamesnetherton.zulip.client.api.user.User
Defines a Zulip user.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
User
-
-
Method Details
-
getAvatarUrl
-
getAvatarVersion
public int getAvatarVersion() -
getEmail
-
getFullName
-
isAdmin
public boolean isAdmin() -
isOwner
public boolean isOwner() -
isGuest
public boolean isGuest() -
isBot
public boolean isBot() -
isActive
public boolean isActive() -
getTimezone
-
getDateJoined
-
getUserId
-
getDeliveryEmail
-
getProfileData
-
isImportedStub
public boolean isImportedStub()Returns whether this user account is a stub account imported from another chat system.- Returns:
trueif this is an imported stub account,falseotherwise
-
isDeleted
public boolean isDeleted()Returns whether this user has been permanently deleted. Only present whentrue; permanently deleted users are a subset of deactivated users (isActive=false) who have had their account data removed.- Returns:
trueif this user has been permanently deleted,falseotherwise
-