Uses of Record Class
it.auties.whatsapp.model.business.BusinessCatalogEntry
Packages that use BusinessCatalogEntry
-
Uses of BusinessCatalogEntry in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return types with arguments of type BusinessCatalogEntryModifier and TypeMethodDescriptionprivate List<BusinessCatalogEntry> Whatsapp.parseCatalog(Node result) Whatsapp.queryBusinessCatalog()Query the catalog of this businessWhatsapp.queryBusinessCatalog(int productsLimit) Query the catalog of this businessWhatsapp.queryBusinessCatalog(JidProvider contact) Query the catalog of a businessWhatsapp.queryBusinessCatalog(JidProvider contact, int productsLimit) Query the catalog of a business -
Uses of BusinessCatalogEntry in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business with type parameters of type BusinessCatalogEntryModifier and TypeFieldDescriptionprivate final List<BusinessCatalogEntry> BusinessCollectionEntry.productsThe field for theproductsrecord component.Methods in it.auties.whatsapp.model.business that return BusinessCatalogEntryModifier and TypeMethodDescriptionstatic BusinessCatalogEntryA factory method that creates a BusinessCatalogEntry object from a given Node.Methods in it.auties.whatsapp.model.business that return types with arguments of type BusinessCatalogEntryModifier and TypeMethodDescriptionBusinessCollectionEntry.products()Returns the value of theproductsrecord component.Constructor parameters in it.auties.whatsapp.model.business with type arguments of type BusinessCatalogEntryModifierConstructorDescriptionBusinessCollectionEntry(String id, String name, List<BusinessCatalogEntry> products) Creates an instance of aBusinessCollectionEntryrecord class.