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.Serializer. deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)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 com.google.gson.JsonElementCurrency.MultiplicityType.Serializer. serialize(Currency.MultiplicityType src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
-