Uses of Class
ru.moysklad.remap_1_2.entities.Currency.MultiplicityType
-
Packages that use Currency.MultiplicityType Package Description ru.moysklad.remap_1_2.entities -
-
Uses of Currency.MultiplicityType in ru.moysklad.remap_1_2.entities
Methods in ru.moysklad.remap_1_2.entities that return Currency.MultiplicityType Modifier and Type Method Description Currency.MultiplicityTypeCurrency.MultiplicityType.Deserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)static Currency.MultiplicityTypeCurrency.MultiplicityType. valueOf(int val)Returns the enum constant of this type with the specified name.static Currency.MultiplicityTypeCurrency.MultiplicityType. valueOf(String name)Returns the enum constant of this type with the specified name.static Currency.MultiplicityType[]Currency.MultiplicityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ru.moysklad.remap_1_2.entities with parameters of type Currency.MultiplicityType Modifier and Type Method Description voidCurrency.MultiplicityType.Serializer. serialize(Currency.MultiplicityType value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
-