Uses of Class
software.amazon.awssdk.services.workdocs.model.OrderByFieldType
-
Packages that use OrderByFieldType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of OrderByFieldType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return OrderByFieldType Modifier and Type Method Description OrderByFieldTypeSearchSortResult. field()Sort search results based on this field name.static OrderByFieldTypeOrderByFieldType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static OrderByFieldTypeOrderByFieldType. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderByFieldType[]OrderByFieldType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.workdocs.model that return types with arguments of type OrderByFieldType Modifier and Type Method Description static Set<OrderByFieldType>OrderByFieldType. knownValues()Methods in software.amazon.awssdk.services.workdocs.model with parameters of type OrderByFieldType Modifier and Type Method Description SearchSortResult.BuilderSearchSortResult.Builder. field(OrderByFieldType field)Sort search results based on this field name.
-