| Modifier and Type | Method and Description |
|---|---|
com.atlassian.fugue.Option<CheckedUser> |
asCheckedUser()
Convert this
UncheckedUser into an optional CheckedUser. |
forJIRA, getLocale, i18NHelper, isAnonymous@Nonnull com.atlassian.fugue.Option<CheckedUser> asCheckedUser()
UncheckedUser into an optional CheckedUser. If this is an anonymous
user, then Option.none() will be returned, otherwise a Option.some(Object) containing
the CheckedUserCheckedUser version of this SDUserCopyright © 2018 Atlassian. All rights reserved.