Uses of Record Class
it.auties.whatsapp.model.signal.auth.Version
Packages that use Version
Package
Description
-
Uses of Version in it.auties.whatsapp.controller
Fields in it.auties.whatsapp.controller declared as VersionFields in it.auties.whatsapp.controller with type parameters of type VersionModifier and TypeFieldDescriptionprivate CompletableFuture<Version> Store.AsyncVersion.future(package private) CompletableFuture<Version> Store.versionThe version used by this sessionprivate CompletableFuture<Version> StoreBuilder.versionMethods in it.auties.whatsapp.controller that return VersionMethods in it.auties.whatsapp.controller with parameters of type VersionMethod parameters in it.auties.whatsapp.controller with type arguments of type VersionConstructors in it.auties.whatsapp.controller with parameters of type VersionModifierConstructorDescriptionprivateAsyncVersion(Version initialValue) AsyncVersion(Version initialValue, Supplier<CompletableFuture<Version>> defaultValue) Constructor parameters in it.auties.whatsapp.controller with type arguments of type VersionModifierConstructorDescriptionAsyncVersion(Version initialValue, Supplier<CompletableFuture<Version>> defaultValue) Store(UUID uuid, PhoneNumber phoneNumber, ClientType clientType, Collection<String> alias, URI proxy, CompletableFuture<Version> version, boolean online, CountryLocale locale, String name, String verifiedName, String businessAddress, Double businessLongitude, Double businessLatitude, String businessDescription, String businessWebsite, String businessEmail, BusinessCategory businessCategory, String deviceHash, LinkedHashMap<Jid, Integer> linkedDevicesKeys, URI profilePicture, String about, Jid jid, Jid lid, ConcurrentHashMap<String, String> properties, ConcurrentHashMap<Jid, Contact> contacts, ConcurrentHashMap.KeySetView<ChatMessageInfo, Boolean> status, ConcurrentHashMap<String, PrivacySettingEntry> privacySettings, ConcurrentHashMap<String, Call> calls, boolean unarchiveChats, boolean twentyFourHourFormat, Long initializationTimeStamp, ChatEphemeralTimer newChatsEphemeralTimer, TextPreviewSetting textPreviewSetting, WebHistoryLength historyLength, boolean autodetectListeners, boolean automaticPresenceUpdates, boolean automaticMessageReceipts, UserAgent.ReleaseChannel releaseChannel, CompanionDevice device, boolean checkPatchMacs) All args constructor -
Uses of Version in it.auties.whatsapp.model.companion
Fields in it.auties.whatsapp.model.companion declared as VersionModifier and TypeFieldDescriptionprivate final VersionCompanionDevice.osVersionThe field for theosVersionrecord component.private VersionCompanionDeviceBuilder.osVersionFields in it.auties.whatsapp.model.companion with type parameters of type VersionModifier and TypeFieldDescriptionCompanionDevice.appVersionThe field for theappVersionrecord component.CompanionDeviceBuilder.appVersionMethods in it.auties.whatsapp.model.companion that return VersionModifier and TypeMethodDescriptionCompanionDevice.osVersion()Returns the value of theosVersionrecord component.Methods in it.auties.whatsapp.model.companion that return types with arguments of type VersionModifier and TypeMethodDescriptionCompanionDevice.appVersion()Returns the value of theappVersionrecord component.Methods in it.auties.whatsapp.model.companion with parameters of type VersionModifier and TypeMethodDescriptionstatic CompanionDeviceCompanionDeviceBuilder.appVersion(Version appVersion) static CompanionDevicestatic CompanionDeviceCompanionDevice.toUserAgent(Version appVersion) static CompanionDeviceMethod parameters in it.auties.whatsapp.model.companion with type arguments of type VersionModifier and TypeMethodDescriptionCompanionDeviceBuilder.appVersion(Optional<Version> appVersion) Constructors in it.auties.whatsapp.model.companion with parameters of type VersionModifierConstructorDescriptionCompanionDevice(String model, String manufacturer, UserAgent.PlatformType platform, Optional<Version> appVersion, Version osVersion) Creates an instance of aCompanionDevicerecord class.Constructor parameters in it.auties.whatsapp.model.companion with type arguments of type VersionModifierConstructorDescriptionCompanionDevice(String model, String manufacturer, UserAgent.PlatformType platform, Optional<Version> appVersion, Version osVersion) Creates an instance of aCompanionDevicerecord class. -
Uses of Version in it.auties.whatsapp.model.signal.auth
Fields in it.auties.whatsapp.model.signal.auth declared as VersionModifier and TypeFieldDescriptionprivate final VersionUserAgent.appVersionThe field for theappVersionrecord component.private VersionUserAgentBuilder.appVersionprivate final VersionCompanionProperties.versionThe field for theversionrecord component.private VersionCompanionPropertiesBuilder.versionMethods in it.auties.whatsapp.model.signal.auth that return VersionModifier and TypeMethodDescriptionUserAgent.appVersion()Returns the value of theappVersionrecord component.VersionBuilder.build()static VersionVersionSpec.decode(byte[] input) static VersionCompanionProperties.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.model.signal.auth with parameters of type VersionConstructors in it.auties.whatsapp.model.signal.auth with parameters of type VersionModifierConstructorDescriptionCompanionProperties(String os, Version version, CompanionProperties.PlatformType platformType, boolean requireFullSync, HistorySyncConfig historySyncConfig) Creates an instance of aCompanionPropertiesrecord class.UserAgent(UserAgent.PlatformType platform, Version appVersion, String mcc, String mnc, String osVersion, String manufacturer, String device, String osBuildNumber, String phoneId, UserAgent.ReleaseChannel releaseChannel, String localeLanguageIso6391, String localeCountryIso31661Alpha2, String deviceBoard) Creates an instance of aUserAgentrecord class. -
Uses of Version in it.auties.whatsapp.util
Fields in it.auties.whatsapp.util declared as VersionModifier and TypeFieldDescriptionstatic final VersionSpecification.Whatsapp.MOBILE_DEFAULT_BUSINESS_IOS_VERSIONstatic final VersionSpecification.Whatsapp.MOBILE_DEFAULT_PERSONAL_IOS_VERSION