Uses of Record Class
it.auties.whatsapp.model.sync.VersionSync
Packages that use VersionSync
-
Uses of VersionSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as VersionSyncModifier and TypeFieldDescriptionprivate VersionSyncPatchSync.versionprivate VersionSyncPatchSyncBuilder.versionprivate final VersionSyncSnapshotSync.versionThe field for theversionrecord component.private VersionSyncSnapshotSyncBuilder.versionMethods in it.auties.whatsapp.model.sync that return VersionSyncModifier and TypeMethodDescriptionVersionSyncBuilder.build()static VersionSyncVersionSyncSpec.decode(byte[] input) PatchSync.version()SnapshotSync.version()Returns the value of theversionrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type VersionSyncModifier and TypeMethodDescriptionstatic byte[]VersionSyncSpec.encode(VersionSync protoInputObject) voidPatchSync.setVersion(VersionSync version) PatchSyncBuilder.version(VersionSync version) SnapshotSyncBuilder.version(VersionSync version) Constructors in it.auties.whatsapp.model.sync with parameters of type VersionSyncModifierConstructorDescriptionPatchSync(VersionSync version, List<MutationSync> mutations, ExternalBlobReference externalMutations, byte[] snapshotMac, byte[] patchMac, KeyId keyId, ExitCode exitCode, Integer deviceIndex) SnapshotSync(VersionSync version, List<RecordSync> records, byte[] mac, KeyId keyId) Creates an instance of aSnapshotSyncrecord class.