Uses of Class
software.amazon.awssdk.services.connect.model.SortableFieldName
-
Packages that use SortableFieldName Package Description software.amazon.awssdk.services.connect.model -
-
Uses of SortableFieldName in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return SortableFieldName Modifier and Type Method Description SortableFieldNameSort. fieldName()The name of the field on which to sort.static SortableFieldNameSortableFieldName. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SortableFieldNameSortableFieldName. valueOf(String name)Returns the enum constant of this type with the specified name.static SortableFieldName[]SortableFieldName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type SortableFieldName Modifier and Type Method Description static Set<SortableFieldName>SortableFieldName. knownValues()Methods in software.amazon.awssdk.services.connect.model with parameters of type SortableFieldName Modifier and Type Method Description Sort.BuilderSort.Builder. fieldName(SortableFieldName fieldName)The name of the field on which to sort.
-