public class User extends Collaborator implements SearchResultEntity, Serializable
| Constructor and Description |
|---|
User() |
User(Boolean verified,
String name,
Identity... identities) |
User(Boolean verified,
String name,
List<Identity> identities) |
User(Boolean verified,
String name,
String email) |
User(String name,
Identity... identities) |
User(String name,
List<Identity> identities) |
User(String name,
String email) |
getEmail, getName, setEmail, setNamepublic Boolean getActive()
public void setActive(Boolean active)
public String getAlias()
public void setAlias(String alias)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Long getCustomRoleId()
public void setCustomRoleId(Long customRoleId)
public String getDetails()
public void setDetails(String details)
public String getExternalId()
public void setExternalId(String externalId)
public Long getId()
public void setId(Long id)
public Date getLastLoginAt()
public void setLastLoginAt(Date lastLoginAt)
public Long getLocaleId()
public void setLocaleId(Long localeId)
public String getLocale()
public void setLocale(String locale)
public Boolean getModerator()
public void setModerator(Boolean moderator)
public String getNotes()
public void setNotes(String notes)
public Boolean getOnlyPrivateComments()
public void setOnlyPrivateComments(Boolean onlyPrivateComments)
public Long getOrganizationId()
public void setOrganizationId(Long organizationId)
public String getPhone()
public void setPhone(String phone)
public Attachment getPhoto()
public void setPhoto(Attachment photo)
public Role getRole()
public void setRole(Role role)
public Boolean getShared()
public void setShared(Boolean shared)
public String getSignature()
public void setSignature(String signature)
public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public TicketRestriction getTicketRestriction()
public void setTicketRestriction(TicketRestriction ticketRestriction)
public String getTimeZone()
public void setTimeZone(String timeZone)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
public String getUrl()
public void setUrl(String url)
public Boolean getVerified()
public void setVerified(Boolean verified)
public String getRemotePhotoUrl()
public void setRemotePhotoUrl(String remotePhotoUrl)
public Boolean getRestrictedAgent()
public void setRestrictedAgent(Boolean restrictedAgent)
public Boolean getChatOnly()
public void setChatOnly(Boolean chatOnly)
public Boolean getSharedPhoneNumber()
public void setSharedPhoneNumber(Boolean sharedPhoneNumber)
public Long getDefaultGroupId()
public void setDefaultGroupId(Long defaultGroupId)
public Long getRoleType()
public void setRoleType(Long roleType)
public Boolean getTwoFactorAuthEnabled()
public void setTwoFactorAuthEnabled(Boolean twoFactorAuthEnabled)
public Boolean getReportCsv()
public void setReportCsv(Boolean reportCsv)
Copyright © 2013–2020. All rights reserved.