Uses of Record Class
it.auties.whatsapp.model.info.ProductListInfo
Packages that use ProductListInfo
-
Uses of ProductListInfo in it.auties.whatsapp.model.info
Methods in it.auties.whatsapp.model.info that return ProductListInfoModifier and TypeMethodDescriptionProductListInfoBuilder.build()static ProductListInfoProductListInfoSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.info with parameters of type ProductListInfoModifier and TypeMethodDescriptionstatic byte[]ProductListInfoSpec.encode(ProductListInfo protoInputObject) -
Uses of ProductListInfo in it.auties.whatsapp.model.message.button
Fields in it.auties.whatsapp.model.message.button declared as ProductListInfoModifier and TypeFieldDescriptionprivate final ProductListInfoListMessage.productListInfoprivate ProductListInfoListMessageBuilder.productListInfoMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ProductListInfoMethods in it.auties.whatsapp.model.message.button with parameters of type ProductListInfoModifier and TypeMethodDescriptionListMessageBuilder.productListInfo(ProductListInfo productListInfo) Constructors in it.auties.whatsapp.model.message.button with parameters of type ProductListInfoModifierConstructorDescriptionListMessage(String title, String description, String button, ListMessage.Type listType, List<ButtonSection> sections, ProductListInfo productListInfo, String footer, ContextInfo contextInfo)