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.UserCategoryUserSearchQueryParameters.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.BuilderUserSearchQueryParameters.Builder. addUserCategory(UserSearchQueryParameters.UserCategory userCategory)
-