public interface LicensedUser
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationKey() |
Long |
getCrowdDirectoryId() |
Long |
getDirectoryId() |
String |
getDisplayName() |
String |
getEmail() |
String |
getExternalId() |
Long |
getLastLoginTime() |
String |
getUsername() |
Long |
getVersion() |
boolean |
isRemoteCrowdUser() |
void |
setApplicationKey(String applicationKey) |
void |
setCrowdDirectoryId(Long crowdDirectoryId) |
void |
setDirectoryId(Long directoryId) |
void |
setDisplayName(String displayName) |
void |
setEmail(String email) |
void |
setExternalId(String externalId) |
void |
setLastLoginTime(Long lastLoggedInDate) |
void |
setRemoteCrowdUser(boolean remoteCrowdUser) |
void |
setUsername(String username) |
void |
setVersion(Long version) |
String getUsername()
String getEmail()
String getDisplayName()
Long getCrowdDirectoryId()
Long getDirectoryId()
String getExternalId()
boolean isRemoteCrowdUser()
Long getLastLoginTime()
String getApplicationKey()
Long getVersion()
void setUsername(String username)
void setEmail(String email)
void setDisplayName(String displayName)
void setCrowdDirectoryId(Long crowdDirectoryId)
void setDirectoryId(Long directoryId)
void setRemoteCrowdUser(boolean remoteCrowdUser)
void setExternalId(String externalId)
void setLastLoginTime(Long lastLoggedInDate)
void setApplicationKey(String applicationKey)
void setVersion(Long version)
Copyright © 2021 Atlassian. All rights reserved.