Uses of Enum Class
it.auties.whatsapp.model.privacy.PrivacySettingType
Packages that use PrivacySettingType
Package
Description
-
Uses of PrivacySettingType in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type PrivacySettingTypeModifier and TypeMethodDescriptionfinal CompletableFuture<Void> Whatsapp.changePrivacySetting(PrivacySettingType type, PrivacySettingValue value, JidProvider... excluded) Changes a privacy setting in Whatsapp's settings.private voidWhatsapp.onPrivacyFeatureChanged(PrivacySettingType type, PrivacySettingValue value, List<Jid> excludedJids) -
Uses of PrivacySettingType in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller with type parameters of type PrivacySettingTypeModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<PrivacySettingType, PrivacySettingEntry> Store.privacySettingsThe non-null map of privacy settingsMethods in it.auties.whatsapp.controller with parameters of type PrivacySettingTypeModifier and TypeMethodDescriptionStore.addPrivacySetting(PrivacySettingType type, PrivacySettingEntry entry) Sets the privacy setting entry for a typeStore.findPrivacySetting(PrivacySettingType type) Queries the privacy setting entry for the type -
Uses of PrivacySettingType in it.auties.whatsapp.model.privacy
Fields in it.auties.whatsapp.model.privacy declared as PrivacySettingTypeModifier and TypeFieldDescriptionprivate final PrivacySettingTypePrivacySettingEntry.typeThe field for thetyperecord component.Methods in it.auties.whatsapp.model.privacy that return PrivacySettingTypeModifier and TypeMethodDescriptionPrivacySettingEntry.type()Returns the value of thetyperecord component.static PrivacySettingTypeReturns the enum constant of this class with the specified name.static PrivacySettingType[]PrivacySettingType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.privacy that return types with arguments of type PrivacySettingTypeConstructors in it.auties.whatsapp.model.privacy with parameters of type PrivacySettingTypeModifierConstructorDescriptionPrivacySettingEntry(PrivacySettingType type, PrivacySettingValue value, List<Jid> excluded) Canonical constructor