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.private PrivacySettingValuePrivacySettingEntryBuilder.valueFields 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> PrivacySettingValueSpec.decode(int index) static Optional<PrivacySettingValue> PrivacySettingType.supportedValues()Methods in it.auties.whatsapp.model.privacy with parameters of type PrivacySettingValueModifier and TypeMethodDescriptionstatic IntegerPrivacySettingValueSpec.encode(PrivacySettingValue protoInputObject) booleanPrivacySettingType.isSupported(PrivacySettingValue value) PrivacySettingEntryBuilder.value(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(int index, String data, Set<PrivacySettingValue> values)