Uses of Class
com.attivio.sdk.search.Sort.NullSortOrder
-
Packages that use Sort.NullSortOrder Package Description com.attivio.sdk.search -
-
Uses of Sort.NullSortOrder in com.attivio.sdk.search
Fields in com.attivio.sdk.search declared as Sort.NullSortOrder Modifier and Type Field Description protected Sort.NullSortOrder
Sort. nullOrder
The null sort orderstatic Sort.NullSortOrder
Sort. NULLS_FIRST
Null sort order for ording nulls prior to all other values.static Sort.NullSortOrder
Sort. NULLS_LAST
Null sort order for ording nulls after all other values.Methods in com.attivio.sdk.search that return Sort.NullSortOrder Modifier and Type Method Description Sort.NullSortOrder
Sort. getNullOrder()
Get the order for sorting null values.static Sort.NullSortOrder
Sort.NullSortOrder. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Sort.NullSortOrder[]
Sort.NullSortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.attivio.sdk.search with parameters of type Sort.NullSortOrder Modifier and Type Method Description void
Sort. setNullOrder(Sort.NullSortOrder value)
Set the order for sorting null values.Constructors in com.attivio.sdk.search with parameters of type Sort.NullSortOrder Constructor Description Sort(FieldExpression field, Sort.SortOrder order, Sort.NullSortOrder nullOrder)
Sort(java.lang.String field, Sort.SortOrder order, Sort.NullSortOrder nullOrder)
Sort byfield
according toorder
.
-