Uses of Class
com.atlassian.confluence.search.service.UserSearchQueryParameters.UserCategory
-
Packages that use UserSearchQueryParameters.UserCategory Package Description com.atlassian.confluence.search.service -
-
Uses of UserSearchQueryParameters.UserCategory in com.atlassian.confluence.search.service
Methods in com.atlassian.confluence.search.service that return UserSearchQueryParameters.UserCategory Modifier and Type Method Description static UserSearchQueryParameters.UserCategory
UserSearchQueryParameters.UserCategory. valueOf(String name)
Returns the enum constant of this type with the specified name.static UserSearchQueryParameters.UserCategory[]
UserSearchQueryParameters.UserCategory. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.atlassian.confluence.search.service with parameters of type UserSearchQueryParameters.UserCategory Modifier and Type Method Description UserSearchQueryParameters.Builder
UserSearchQueryParameters.Builder. addUserCategory(UserSearchQueryParameters.UserCategory userCategory)
-