Uses of Record Class
it.auties.whatsapp.model.sync.RecordSync
Packages that use RecordSync
-
Uses of RecordSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as RecordSyncModifier and TypeFieldDescriptionprivate final RecordSyncMutationSync.recordThe field for therecordrecord component.private RecordSyncMutationSyncBuilder.recordFields in it.auties.whatsapp.model.sync with type parameters of type RecordSyncModifier and TypeFieldDescriptionprivate final List<RecordSync> SnapshotSync.recordsThe field for therecordsrecord component.private List<RecordSync> SnapshotSyncBuilder.recordsMethods in it.auties.whatsapp.model.sync that return RecordSyncModifier and TypeMethodDescriptionRecordSyncBuilder.build()static RecordSyncRecordSyncSpec.decode(byte[] input) MutationSync.record()Returns the value of therecordrecord component.RecordSync.record()Syncable.record()Methods in it.auties.whatsapp.model.sync that return types with arguments of type RecordSyncModifier and TypeMethodDescriptionSnapshotSync.records()Returns the value of therecordsrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type RecordSyncModifier and TypeMethodDescriptionstatic byte[]RecordSyncSpec.encode(RecordSync protoInputObject) MutationSyncBuilder.record(RecordSync record) Method parameters in it.auties.whatsapp.model.sync with type arguments of type RecordSyncConstructors in it.auties.whatsapp.model.sync with parameters of type RecordSyncModifierConstructorDescriptionMutationSync(RecordSync.Operation operation, RecordSync record) Creates an instance of aMutationSyncrecord class.Constructor parameters in it.auties.whatsapp.model.sync with type arguments of type RecordSyncModifierConstructorDescriptionSnapshotSync(VersionSync version, List<RecordSync> records, byte[] mac, KeyId keyId) Creates an instance of aSnapshotSyncrecord class.