Uses of Record Class
it.auties.whatsapp.model.product.ProductSectionEntry
Packages that use ProductSectionEntry
-
Uses of ProductSectionEntry in it.auties.whatsapp.model.product
Fields in it.auties.whatsapp.model.product with type parameters of type ProductSectionEntryModifier and TypeFieldDescriptionprivate final List<ProductSectionEntry> ProductSection.productsThe field for theproductsrecord component.private List<ProductSectionEntry> ProductSectionBuilder.productsMethods in it.auties.whatsapp.model.product that return ProductSectionEntryModifier and TypeMethodDescriptionProductSectionEntryBuilder.build()static ProductSectionEntryProductSectionEntrySpec.decode(byte[] input) Methods in it.auties.whatsapp.model.product that return types with arguments of type ProductSectionEntryModifier and TypeMethodDescriptionProductSection.products()Returns the value of theproductsrecord component.Methods in it.auties.whatsapp.model.product with parameters of type ProductSectionEntryModifier and TypeMethodDescriptionstatic byte[]ProductSectionEntrySpec.encode(ProductSectionEntry protoInputObject) Method parameters in it.auties.whatsapp.model.product with type arguments of type ProductSectionEntryModifier and TypeMethodDescriptionProductSectionBuilder.products(List<ProductSectionEntry> products) Constructor parameters in it.auties.whatsapp.model.product with type arguments of type ProductSectionEntryModifierConstructorDescriptionProductSection(String title, List<ProductSectionEntry> products) Creates an instance of aProductSectionrecord class.