@PublicApi @Deprecated public interface UncheckedUser extends SDUser
null
.
An UncheckedUser could be either a CheckedUser
or an AnonymousUser
.Modifier and Type | Method and Description |
---|---|
Optional<CheckedUser> |
asCheckedUser()
Deprecated.
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 © 2024 Atlassian. All rights reserved.