Uses of Class
com.couchbase.client.java.search.sort.FieldType
-
Packages that use FieldType Package Description com.couchbase.client.java.search.sort -
-
Uses of FieldType in com.couchbase.client.java.search.sort
Methods in com.couchbase.client.java.search.sort that return FieldType Modifier and Type Method Description static FieldType
FieldType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FieldType[]
FieldType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.couchbase.client.java.search.sort with parameters of type FieldType Modifier and Type Method Description SearchSortField
SearchSortField. type(FieldType type)
-