Uses of Record Class
it.auties.whatsapp.model.setting.LocaleSettings
Packages that use LocaleSettings
-
Uses of LocaleSettings in it.auties.whatsapp.model.setting
Methods in it.auties.whatsapp.model.setting that return LocaleSettingsModifier and TypeMethodDescriptionLocaleSettingsBuilder.build()static LocaleSettingsLocaleSettingsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.setting with parameters of type LocaleSettingsModifier and TypeMethodDescriptionstatic byte[]LocaleSettingsSpec.encode(LocaleSettings protoInputObject) -
Uses of LocaleSettings in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type LocaleSettingsModifier and TypeFieldDescriptionprivate final Optional<LocaleSettings> ActionValueSync.localeSettingThe field for thelocaleSettingrecord component.private Optional<LocaleSettings> ActionValueSyncBuilder.localeSettingMethods in it.auties.whatsapp.model.sync that return types with arguments of type LocaleSettingsModifier and TypeMethodDescriptionActionValueSync.localeSetting()Returns the value of thelocaleSettingrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type LocaleSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.localeSetting(LocaleSettings localeSetting) Method parameters in it.auties.whatsapp.model.sync with type arguments of type LocaleSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.localeSetting(Optional<LocaleSettings> localeSetting)