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 CheckedUser
CheckedUser
version of this SDUser
Copyright © 2017 Atlassian. All rights reserved.