Uses of Enum Class
it.auties.whatsapp.model.privacy.PrivacySettingValue
Packages that use PrivacySettingValue
-
Uses of PrivacySettingValue in it.auties.whatsapp.api
Methods in it.auties.whatsapp.api with parameters of type PrivacySettingValueModifier 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 PrivacySettingValue in it.auties.whatsapp.model.privacy
Fields in it.auties.whatsapp.model.privacy declared as PrivacySettingValueModifier and TypeFieldDescriptionprivate final PrivacySettingValuePrivacySettingEntry.valueThe field for thevaluerecord component.Fields in it.auties.whatsapp.model.privacy with type parameters of type PrivacySettingValueModifier and TypeFieldDescriptionprivate final Set<PrivacySettingValue> PrivacySettingType.valuesMethods in it.auties.whatsapp.model.privacy that return PrivacySettingValueModifier and TypeMethodDescriptionPrivacySettingEntry.value()Returns the value of thevaluerecord component.static PrivacySettingValueReturns the enum constant of this class with the specified name.static PrivacySettingValue[]PrivacySettingValue.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 PrivacySettingValueModifier and TypeMethodDescriptionstatic Optional<PrivacySettingValue> PrivacySettingType.supportedValues()Methods in it.auties.whatsapp.model.privacy with parameters of type PrivacySettingValueModifier and TypeMethodDescriptionbooleanPrivacySettingType.isSupported(PrivacySettingValue value) Constructors in it.auties.whatsapp.model.privacy with parameters of type PrivacySettingValueModifierConstructorDescriptionPrivacySettingEntry(PrivacySettingType type, PrivacySettingValue value, List<Jid> excluded) Canonical constructorConstructor parameters in it.auties.whatsapp.model.privacy with type arguments of type PrivacySettingValueModifierConstructorDescriptionprivatePrivacySettingType(String data, Set<PrivacySettingValue> values)