Uses of Class
ru.moysklad.remap_1_2.utils.params.FilterParam.FilterType
-
Packages that use FilterParam.FilterType Package Description ru.moysklad.remap_1_2.utils.params -
-
Uses of FilterParam.FilterType in ru.moysklad.remap_1_2.utils.params
Methods in ru.moysklad.remap_1_2.utils.params that return FilterParam.FilterType Modifier and Type Method Description static FilterParam.FilterTypeFilterParam.FilterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterParam.FilterType[]FilterParam.FilterType. 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 FilterParam.FilterType Modifier and Type Method Description static FilterParamFilterParam. filter(String key, FilterParam.FilterType filterType, String value)static FilterParamFilterParam. filter(String key, FilterParam.FilterType filterType, MetaEntity value)static FilterParamFilterParam. filter(Attribute key, FilterParam.FilterType filterType, Object value)
-