Uses of Record Class
it.auties.whatsapp.model.business.BusinessCategory
Packages that use BusinessCategory
Package
Description
-
Uses of BusinessCategory in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api that return types with arguments of type BusinessCategoryModifier and TypeMethodDescriptionWhatsapp.changeBusinessCategories(List<BusinessCategory> categories) Change the categories of this business profileWhatsapp.queryBusinessCategories()Queries all the known business categoriesMethods in it.auties.whatsapp.api with parameters of type BusinessCategoryModifier and TypeMethodDescriptionMobileOptionsBuilder.businessCategory(BusinessCategory businessCategory) Sets the business' categoryMethod parameters in it.auties.whatsapp.api with type arguments of type BusinessCategoryModifier and TypeMethodDescriptionWhatsapp.changeBusinessCategories(List<BusinessCategory> categories) Change the categories of this business profileprivate Collection<Node> Whatsapp.createCategories(List<BusinessCategory> categories) -
Uses of BusinessCategory in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as BusinessCategoryModifier and TypeFieldDescriptionprivate BusinessCategoryStore.businessCategoryThe category of this account, if it's a business accountMethods in it.auties.whatsapp.controller that return types with arguments of type BusinessCategoryModifier and TypeMethodDescriptionStore.businessCategory()The category of this account, if it's a business accountMethods in it.auties.whatsapp.controller with parameters of type BusinessCategoryConstructors in it.auties.whatsapp.controller with parameters of type BusinessCategoryModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ControllerSerializer serializer, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap<Jid, ConcurrentHashMap<String, ChatMessageInfo>> status, ConcurrentHashMap<Jid, Newsletter> newsletters, ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean cacheDetectedListeners, boolean automaticPresenceUpdates, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of BusinessCategory in it.auties.whatsapp.model.business
Fields in it.auties.whatsapp.model.business with type parameters of type BusinessCategoryModifier and TypeFieldDescriptionprivate final List<BusinessCategory> BusinessProfile.categoriesThe field for thecategoriesrecord component.Methods in it.auties.whatsapp.model.business that return BusinessCategoryMethods in it.auties.whatsapp.model.business that return types with arguments of type BusinessCategoryModifier and TypeMethodDescriptionBusinessProfile.categories()Returns the value of thecategoriesrecord component.