Uses of Record Class
it.auties.whatsapp.model.setting.PushNameSettings
Packages that use PushNameSettings
-
Uses of PushNameSettings in it.auties.whatsapp.model.setting
Methods in it.auties.whatsapp.model.setting that return PushNameSettingsModifier and TypeMethodDescriptionPushNameSettingsBuilder.build()static PushNameSettingsPushNameSettingsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.setting with parameters of type PushNameSettingsModifier and TypeMethodDescriptionstatic byte[]PushNameSettingsSpec.encode(PushNameSettings protoInputObject) -
Uses of PushNameSettings in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type PushNameSettingsModifier and TypeFieldDescriptionprivate final Optional<PushNameSettings> ActionValueSync.pushNameSettingThe field for thepushNameSettingrecord component.private Optional<PushNameSettings> ActionValueSyncBuilder.pushNameSettingMethods in it.auties.whatsapp.model.sync that return types with arguments of type PushNameSettingsModifier and TypeMethodDescriptionActionValueSync.pushNameSetting()Returns the value of thepushNameSettingrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type PushNameSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.pushNameSetting(PushNameSettings pushNameSetting) Method parameters in it.auties.whatsapp.model.sync with type arguments of type PushNameSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.pushNameSetting(Optional<PushNameSettings> pushNameSetting)