Uses of Record Class
it.auties.whatsapp.model.setting.UnarchiveChatsSettings
Packages that use UnarchiveChatsSettings
-
Uses of UnarchiveChatsSettings in it.auties.whatsapp.model.setting
Methods in it.auties.whatsapp.model.setting that return UnarchiveChatsSettingsModifier and TypeMethodDescriptionUnarchiveChatsSettingsBuilder.build()static UnarchiveChatsSettingsUnarchiveChatsSettingsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.setting with parameters of type UnarchiveChatsSettingsModifier and TypeMethodDescriptionstatic byte[]UnarchiveChatsSettingsSpec.encode(UnarchiveChatsSettings protoInputObject) -
Uses of UnarchiveChatsSettings in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type UnarchiveChatsSettingsModifier and TypeFieldDescriptionprivate final Optional<UnarchiveChatsSettings> ActionValueSync.unarchiveChatsSettingThe field for theunarchiveChatsSettingrecord component.private Optional<UnarchiveChatsSettings> ActionValueSyncBuilder.unarchiveChatsSettingMethods in it.auties.whatsapp.model.sync that return types with arguments of type UnarchiveChatsSettingsModifier and TypeMethodDescriptionActionValueSync.unarchiveChatsSetting()Returns the value of theunarchiveChatsSettingrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type UnarchiveChatsSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.unarchiveChatsSetting(UnarchiveChatsSettings unarchiveChatsSetting) Method parameters in it.auties.whatsapp.model.sync with type arguments of type UnarchiveChatsSettingsModifier and TypeMethodDescriptionActionValueSyncBuilder.unarchiveChatsSetting(Optional<UnarchiveChatsSettings> unarchiveChatsSetting)