public class User extends Object
Modifier and Type | Class and Description |
---|---|
static class |
User.EnterpriseUser |
static class |
User.Profile |
Constructor and Description |
---|
User() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getColor() |
User.EnterpriseUser |
getEnterpriseUser() |
String |
getId() |
String |
getLocale() |
String |
getName() |
String |
getPresence() |
User.Profile |
getProfile() |
String |
getRealName() |
String |
getTeamId() |
String |
getTwoFactorType() |
String |
getTz() |
String |
getTzLabel() |
Integer |
getTzOffset() |
Long |
getUpdated() |
int |
hashCode() |
boolean |
isAdmin() |
boolean |
isAppUser() |
boolean |
isBot() |
boolean |
isDeleted() |
boolean |
isHas2fa() |
boolean |
isHasFiles() |
boolean |
isOwner() |
boolean |
isPrimaryOwner() |
boolean |
isRestricted()
is_restricted indicates the user is a multi-channel guest.
|
boolean |
isStranger() |
boolean |
isUltraRestricted()
is_ultra_restricted indicates they are a single channel guest.
|
boolean |
isWorkflowBot() |
void |
setAdmin(boolean admin) |
void |
setAppUser(boolean appUser) |
void |
setBot(boolean bot) |
void |
setColor(String color) |
void |
setDeleted(boolean deleted) |
void |
setEnterpriseUser(User.EnterpriseUser enterpriseUser) |
void |
setHas2fa(boolean has2fa) |
void |
setHasFiles(boolean hasFiles) |
void |
setId(String id) |
void |
setLocale(String locale) |
void |
setName(String name) |
void |
setOwner(boolean owner) |
void |
setPresence(String presence) |
void |
setPrimaryOwner(boolean primaryOwner) |
void |
setProfile(User.Profile profile) |
void |
setRealName(String realName) |
void |
setRestricted(boolean restricted)
is_restricted indicates the user is a multi-channel guest.
|
void |
setStranger(boolean stranger) |
void |
setTeamId(String teamId) |
void |
setTwoFactorType(String twoFactorType) |
void |
setTz(String tz) |
void |
setTzLabel(String tzLabel) |
void |
setTzOffset(Integer tzOffset) |
void |
setUltraRestricted(boolean ultraRestricted)
is_ultra_restricted indicates they are a single channel guest.
|
void |
setUpdated(Long updated) |
void |
setWorkflowBot(boolean workflowBot) |
String |
toString() |
public String getId()
public String getTeamId()
public String getName()
public boolean isDeleted()
public String getColor()
public String getRealName()
public String getTz()
public String getTzLabel()
public Integer getTzOffset()
public User.Profile getProfile()
public boolean isAdmin()
public boolean isOwner()
public boolean isPrimaryOwner()
public boolean isRestricted()
public boolean isUltraRestricted()
public boolean isBot()
public boolean isStranger()
public boolean isAppUser()
public Long getUpdated()
public boolean isHas2fa()
public String getPresence()
public User.EnterpriseUser getEnterpriseUser()
public String getTwoFactorType()
public boolean isHasFiles()
public String getLocale()
public boolean isWorkflowBot()
public void setId(String id)
public void setTeamId(String teamId)
public void setName(String name)
public void setDeleted(boolean deleted)
public void setColor(String color)
public void setRealName(String realName)
public void setTz(String tz)
public void setTzLabel(String tzLabel)
public void setTzOffset(Integer tzOffset)
public void setProfile(User.Profile profile)
public void setAdmin(boolean admin)
public void setOwner(boolean owner)
public void setPrimaryOwner(boolean primaryOwner)
public void setRestricted(boolean restricted)
public void setUltraRestricted(boolean ultraRestricted)
public void setBot(boolean bot)
public void setStranger(boolean stranger)
public void setAppUser(boolean appUser)
public void setUpdated(Long updated)
public void setHas2fa(boolean has2fa)
public void setPresence(String presence)
public void setEnterpriseUser(User.EnterpriseUser enterpriseUser)
public void setTwoFactorType(String twoFactorType)
public void setHasFiles(boolean hasFiles)
public void setLocale(String locale)
public void setWorkflowBot(boolean workflowBot)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.