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 TypeFieldDescription(package private) BusinessCategoryStore.businessCategoryThe category of this account, if it's a business accountprivate BusinessCategoryStoreBuilder.businessCategoryMethods 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 BusinessCategoryModifier and TypeMethodDescriptionStoreBuilder.businessCategory(BusinessCategory businessCategory) Store.setBusinessCategory(BusinessCategory businessCategory) Constructors in it.auties.whatsapp.controller with parameters of type BusinessCategoryModifierConstructorDescriptionStore(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, FutureReference<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, 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.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, 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 BusinessCategoryModifier and TypeMethodDescriptionBusinessCategoryBuilder.build()static BusinessCategoryBusinessCategorySpec.decode(byte[] input) static BusinessCategoryConstructs a category from a nodeMethods in it.auties.whatsapp.model.business that return types with arguments of type BusinessCategoryModifier and TypeMethodDescriptionBusinessProfile.categories()Returns the value of thecategoriesrecord component.Methods in it.auties.whatsapp.model.business with parameters of type BusinessCategoryModifier and TypeMethodDescriptionstatic byte[]BusinessCategorySpec.encode(BusinessCategory protoInputObject)