Uses of Class
io.constructor.client.models.SortOption
Packages that use SortOption
-
Uses of SortOption in io.constructor.client
Methods in io.constructor.client that return SortOptionMethods in io.constructor.client with parameters of type SortOptionModifier and TypeMethodDescriptionConstructorIO.deleteSortOptions(SortOption[] sortOptions) Deletes sort options with default section "Products"ConstructorIO.deleteSortOptions(SortOption[] sortOptions, String section) Deletes sort optionsvoidSortOptionRequest.setSortOption(SortOption sortOption) Constructors in io.constructor.client with parameters of type SortOptionModifierConstructorDescriptionSortOptionRequest(SortOption sortOption) Creates a sort option request with default section "Products"SortOptionRequest(SortOption sortOption, String section) Creates a sort option request -
Uses of SortOption in io.constructor.client.models
Methods in io.constructor.client.models that return types with arguments of type SortOptionMethod parameters in io.constructor.client.models with type arguments of type SortOptionModifier and TypeMethodDescriptionvoidSortOptionsResponse.setSortOptions(List<SortOption> sortOptions)