Uses of Record Class
it.auties.whatsapp.model.product.ProductSection
Packages that use ProductSection
-
Uses of ProductSection in it.auties.whatsapp.model.info
Fields in it.auties.whatsapp.model.info with type parameters of type ProductSectionModifier and TypeFieldDescriptionprivate final List<ProductSection> ProductListInfo.productSectionsThe field for theproductSectionsrecord component.private List<ProductSection> ProductListInfoBuilder.productSectionsMethods in it.auties.whatsapp.model.info that return types with arguments of type ProductSectionModifier and TypeMethodDescriptionProductListInfo.productSections()Returns the value of theproductSectionsrecord component.Method parameters in it.auties.whatsapp.model.info with type arguments of type ProductSectionModifier and TypeMethodDescriptionProductListInfoBuilder.productSections(List<ProductSection> productSections) Constructor parameters in it.auties.whatsapp.model.info with type arguments of type ProductSectionModifierConstructorDescriptionProductListInfo(List<ProductSection> productSections, ProductListHeaderImage headerImage, Jid seller) Creates an instance of aProductListInforecord class. -
Uses of ProductSection in it.auties.whatsapp.model.product
Methods in it.auties.whatsapp.model.product that return ProductSectionModifier and TypeMethodDescriptionProductSectionBuilder.build()static ProductSectionProductSectionSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.product with parameters of type ProductSectionModifier and TypeMethodDescriptionstatic byte[]ProductSectionSpec.encode(ProductSection protoInputObject)