Uses of Enum Class
io.constructor.client.models.SortOption.SortOrder
Packages that use SortOption.SortOrder
-
Uses of SortOption.SortOrder in io.constructor.client
Methods in io.constructor.client with parameters of type SortOption.SortOrderModifier and TypeMethodDescriptionConstructorIO.deleteSortOption(String sortBy, SortOption.SortOrder sortOrder) Deletes a single sort option with default section "Products"ConstructorIO.deleteSortOption(String sortBy, SortOption.SortOrder sortOrder, String section) Deletes a single sort option -
Uses of SortOption.SortOrder in io.constructor.client.models
Methods in io.constructor.client.models that return SortOption.SortOrderModifier and TypeMethodDescriptionSortOption.getSortOrder()static SortOption.SortOrderReturns the enum constant of this class with the specified name.static SortOption.SortOrder[]SortOption.SortOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.constructor.client.models with parameters of type SortOption.SortOrderConstructors in io.constructor.client.models with parameters of type SortOption.SortOrder