Uses of Class
ru.moysklad.remap_1_2.entities.products.Product.TrackingType
-
Packages that use Product.TrackingType Package Description ru.moysklad.remap_1_2.entities.products -
-
Uses of Product.TrackingType in ru.moysklad.remap_1_2.entities.products
Methods in ru.moysklad.remap_1_2.entities.products that return Product.TrackingType Modifier and Type Method Description static Product.TrackingTypeProduct.TrackingType. valueOf(String name)Returns the enum constant of this type with the specified name.static Product.TrackingType[]Product.TrackingType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-