Interface CheckedUser
- All Superinterfaces:
SDUser
Checked SDUser implementation. The wrapped ApplicationUser is guaranteed to be non-null.
-
Method Summary
Modifier and TypeMethodDescriptionConvert thisCheckedUser
into aUncheckedUser
that will never be anonymouscom.atlassian.jira.user.ApplicationUser
forJIRA()
The user value can be NOT BE NULL from a CheckUser instance (as opposed to a SDUser instance)getKey()
getName()
Methods inherited from interface com.atlassian.servicedesk.api.user.SDUser
getLocale, i18NHelper, isAnonymous
-
Method Details
-
forJIRA
@Nonnull com.atlassian.jira.user.ApplicationUser forJIRA()The user value can be NOT BE NULL from a CheckUser instance (as opposed to a SDUser instance) -
getName
String getName() -
getKey
String getKey() -
getDisplayName
String getDisplayName() -
getEmailAddress
String getEmailAddress() -
asUncheckedUser
Convert thisCheckedUser
into aUncheckedUser
that will never be anonymous- Returns:
- The
UncheckedUser
version of thisSDUser
- Since:
- v3.3.0
-