Uses of Class
ru.moysklad.remap_1_2.utils.params.OrderParam.Direction
-
Packages that use OrderParam.Direction Package Description ru.moysklad.remap_1_2.utils.params -
-
Uses of OrderParam.Direction in ru.moysklad.remap_1_2.utils.params
Methods in ru.moysklad.remap_1_2.utils.params that return OrderParam.Direction Modifier and Type Method Description static OrderParam.DirectionOrderParam.Direction. valueOf(String name)Returns the enum constant of this type with the specified name.static OrderParam.Direction[]OrderParam.Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.moysklad.remap_1_2.utils.params with parameters of type OrderParam.Direction Modifier and Type Method Description static OrderParamOrderParam. order(String fieldName, OrderParam.Direction direction)
-