Uses of Record Class
it.auties.whatsapp.model.setting.GlobalSettings
Packages that use GlobalSettings
-
Uses of GlobalSettings in it.auties.whatsapp.model.setting
Methods in it.auties.whatsapp.model.setting that return GlobalSettingsModifier and TypeMethodDescriptionGlobalSettingsBuilder.build()static GlobalSettingsGlobalSettingsSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.setting with parameters of type GlobalSettingsModifier and TypeMethodDescriptionstatic byte[]GlobalSettingsSpec.encode(GlobalSettings protoInputObject) -
Uses of GlobalSettings in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as GlobalSettingsModifier and TypeFieldDescriptionprivate final GlobalSettingsHistorySync.globalSettingsThe field for theglobalSettingsrecord component.private GlobalSettingsHistorySyncBuilder.globalSettingsMethods in it.auties.whatsapp.model.sync that return GlobalSettingsModifier and TypeMethodDescriptionHistorySync.globalSettings()Returns the value of theglobalSettingsrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type GlobalSettingsModifier and TypeMethodDescriptionHistorySyncBuilder.globalSettings(GlobalSettings globalSettings) Constructors in it.auties.whatsapp.model.sync with parameters of type GlobalSettingsModifierConstructorDescriptionHistorySync(HistorySync.Type syncType, List<Chat> conversations, List<ChatMessageInfo> statusV3Messages, int chunkOrder, Integer progress, List<PushName> pushNames, GlobalSettings globalSettings, byte[] threadIdUserSecret, int threadDsTimeframeOffset, List<StickerMetadata> recentStickers, List<GroupPastParticipants> pastParticipants) Creates an instance of aHistorySyncrecord class.