Uses of Record Class
it.auties.whatsapp.model.product.Product
Packages that use Product
-
Uses of Product in it.auties.whatsapp.model.message.standard
Fields in it.auties.whatsapp.model.message.standard declared as ProductModifier and TypeFieldDescriptionprivate final ProductProductMessage.productThe field for theproductrecord component.private ProductProductMessageBuilder.productMethods in it.auties.whatsapp.model.message.standard that return ProductModifier and TypeMethodDescriptionProductMessage.product()Returns the value of theproductrecord component.Methods in it.auties.whatsapp.model.message.standard with parameters of type ProductModifier and TypeMethodDescriptionConstructors in it.auties.whatsapp.model.message.standard with parameters of type ProductModifierConstructorDescriptionProductMessage(Product product, Jid businessOwnerJid, ProductCatalog catalog, Optional<String> body, Optional<String> footer, Optional<ContextInfo> contextInfo) Creates an instance of aProductMessagerecord class. -
Uses of Product in it.auties.whatsapp.model.product
Methods in it.auties.whatsapp.model.product that return ProductModifier and TypeMethodDescriptionProductBuilder.build()static ProductProductSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.product with parameters of type Product