Class OrderParam
- java.lang.Object
-
- ru.moysklad.remap_1_2.utils.params.ApiParam
-
- ru.moysklad.remap_1_2.utils.params.OrderParam
-
public class OrderParam extends ApiParam
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrderParam.Direction-
Nested classes/interfaces inherited from class ru.moysklad.remap_1_2.utils.params.ApiParam
ApiParam.Type
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrderParamorder(String fieldName)static OrderParamorder(String fieldName, OrderParam.Direction direction)protected Stringrender(String host)-
Methods inherited from class ru.moysklad.remap_1_2.utils.params.ApiParam
renderStringQueryFromList
-
-
-
-
Method Detail
-
order
public static OrderParam order(String fieldName)
-
order
public static OrderParam order(String fieldName, OrderParam.Direction direction)
-
-