Class UserSearchResult
- java.lang.Object
-
- com.atlassian.confluence.api.model.search.SearchResult<User>
-
- com.atlassian.confluence.api.model.search.UserSearchResult
-
- All Implemented Interfaces:
com.atlassian.sal.api.search.SearchMatch
@Internal public final class UserSearchResult extends SearchResult<User>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.api.model.search.SearchResult
SearchResult.Builder<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Reference<User>
getEntityRef()
User
getUser()
-
Methods inherited from class com.atlassian.confluence.api.model.search.SearchResult
builder, getEntity, getEntityType, getExcerpt, getFriendlyLastModified, getIconCssClass, getLastModified, getResourceType, getResultGlobalContainer, getResultGlobalContainerRef, getResultParent, getResultParentContainer, getResultParentRef, getTitle, getUrl
-
-
-
-
Method Detail
-
getEntityRef
public Reference<User> getEntityRef()
- Specified by:
getEntityRef
in classSearchResult<User>
- Returns:
- a reference to the result entity that this searchResult wraps.
-
getUser
public User getUser()
-
-