Uses of Class
ai.promoted.proto.common.Money
-
Packages that use Money Package Description ai.promoted.proto.common ai.promoted.proto.event -
-
Uses of Money in ai.promoted.proto.common
Methods in ai.promoted.proto.common that return Money Modifier and Type Method Description MoneyMoney.Builder. build()MoneyMoney.Builder. buildPartial()static MoneyMoney. getDefaultInstance()MoneyMoney.Builder. getDefaultInstanceForType()MoneyMoney. getDefaultInstanceForType()static MoneyMoney. parseDelimitedFrom(InputStream input)static MoneyMoney. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoneyMoney. parseFrom(byte[] data)static MoneyMoney. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoneyMoney. parseFrom(com.google.protobuf.ByteString data)static MoneyMoney. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoneyMoney. parseFrom(com.google.protobuf.CodedInputStream input)static MoneyMoney. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoneyMoney. parseFrom(InputStream input)static MoneyMoney. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static MoneyMoney. parseFrom(ByteBuffer data)static MoneyMoney. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in ai.promoted.proto.common that return types with arguments of type Money Modifier and Type Method Description com.google.protobuf.Parser<Money>Money. getParserForType()static com.google.protobuf.Parser<Money>Money. parser()Methods in ai.promoted.proto.common with parameters of type Money Modifier and Type Method Description Money.BuilderMoney.Builder. mergeFrom(Money other)static Money.BuilderMoney. newBuilder(Money prototype) -
Uses of Money in ai.promoted.proto.event
Methods in ai.promoted.proto.event that return Money Modifier and Type Method Description MoneyCartContent.Builder. getPricePerUnit().common.Money price_per_unit = 3 [json_name = "pricePerUnit"];MoneyCartContent. getPricePerUnit().common.Money price_per_unit = 3 [json_name = "pricePerUnit"];MoneyCartContentOrBuilder. getPricePerUnit().common.Money price_per_unit = 3 [json_name = "pricePerUnit"];Methods in ai.promoted.proto.event with parameters of type Money Modifier and Type Method Description CartContent.BuilderCartContent.Builder. mergePricePerUnit(Money value).common.Money price_per_unit = 3 [json_name = "pricePerUnit"];CartContent.BuilderCartContent.Builder. setPricePerUnit(Money value).common.Money price_per_unit = 3 [json_name = "pricePerUnit"];
-