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 with type parameters of type ProductListInfoModifier and TypeFieldDescriptionprivate final Optional<ProductListInfo> ListMessage.productListInfoThe field for theproductListInforecord component.private Optional<ProductListInfo> ListMessageBuilder.productListInfoMethods in it.auties.whatsapp.model.message.button that return types with arguments of type ProductListInfoModifier and TypeMethodDescriptionListMessage.productListInfo()Returns the value of theproductListInforecord component.Methods in it.auties.whatsapp.model.message.button with parameters of type ProductListInfoModifier and TypeMethodDescriptionListMessageBuilder.productListInfo(ProductListInfo productListInfo) Method parameters in it.auties.whatsapp.model.message.button with type arguments of type ProductListInfoModifier and TypeMethodDescriptionListMessageBuilder.productListInfo(Optional<ProductListInfo> productListInfo)