Modifier and Type | Method and Description |
---|---|
Optional<CheckedUser> |
asCheckedUser()
Convert this
UncheckedUser into an optional CheckedUser . |
forJIRA, getLocale, i18NHelper, isAnonymous
@Nonnull Optional<CheckedUser> asCheckedUser()
UncheckedUser
into an optional CheckedUser
. If this is an anonymous
user, then Optional.empty()
will be returned, otherwise a Optional.of(Object)
containing
the CheckedUser
CheckedUser
version of this SDUser
Copyright © 2019 Atlassian. All rights reserved.