Class ApiParam
- java.lang.Object
-
- ru.moysklad.remap_1_2.utils.params.ApiParam
-
- Direct Known Subclasses:
ExpandParam,FilterParam,LimitParam,OffsetParam,OrderParam,SearchParam
public abstract class ApiParam extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApiParam.Type
-
Field Summary
Fields Modifier and Type Field Description protected ApiParam.Typetype
-
Constructor Summary
Constructors Constructor Description ApiParam(ApiParam.Type type)
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract Stringrender(String host)static StringrenderStringQueryFromList(ApiParam.Type type, List<ApiParam> list, String host)
-
-
-
Field Detail
-
type
protected final ApiParam.Type type
-
-
Constructor Detail
-
ApiParam
public ApiParam(ApiParam.Type type)
-
-