Uses of Class
ai.promoted.proto.common.CurrencyCode
-
Packages that use CurrencyCode Package Description ai.promoted.proto.common -
-
Uses of CurrencyCode in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return CurrencyCode Modifier and Type Method Description static CurrencyCodeCurrencyCode. forNumber(int value)CurrencyCodeMoney.Builder. getCurrencyCode().common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];CurrencyCodeMoney. getCurrencyCode().common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];CurrencyCodeMoneyOrBuilder. getCurrencyCode().common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];static CurrencyCodeCurrencyCode. valueOf(int value)Deprecated.static CurrencyCodeCurrencyCode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CurrencyCodeCurrencyCode. valueOf(String name)Returns the enum constant of this type with the specified name.static CurrencyCode[]CurrencyCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.proto.common that return types with arguments of type CurrencyCode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CurrencyCode>CurrencyCode. internalGetValueMap()Methods in ai.promoted.proto.common with parameters of type CurrencyCode Modifier and Type Method Description Money.BuilderMoney.Builder. setCurrencyCode(CurrencyCode value).common.CurrencyCode currency_code = 1 [json_name = "currencyCode"];
-