Uses of Class
com.atlassian.confluence.search.v2.sort.UserAttributeSort.UserAttribute
-
Packages that use UserAttributeSort.UserAttribute Package Description com.atlassian.confluence.search.v2.sort -
-
Uses of UserAttributeSort.UserAttribute in com.atlassian.confluence.search.v2.sort
Methods in com.atlassian.confluence.search.v2.sort that return UserAttributeSort.UserAttribute Modifier and Type Method Description UserAttributeSort.UserAttributeUserAttributeSort. getAttribute()static UserAttributeSort.UserAttributeUserAttributeSort.UserAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static UserAttributeSort.UserAttribute[]UserAttributeSort.UserAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.atlassian.confluence.search.v2.sort with parameters of type UserAttributeSort.UserAttribute Constructor Description UserAttributeSort(UserAttributeSort.UserAttribute attribute, SearchSort.Order order, String fieldName)
-