Uses of Record Class
it.auties.whatsapp.model.sync.IndexSync
Packages that use IndexSync
-
Uses of IndexSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as IndexSyncModifier and TypeFieldDescriptionprivate final IndexSyncRecordSync.indexThe field for theindexrecord component.private IndexSyncRecordSyncBuilder.indexMethods in it.auties.whatsapp.model.sync that return IndexSyncModifier and TypeMethodDescriptionIndexSyncBuilder.build()static IndexSyncIndexSyncSpec.decode(byte[] input) RecordSync.index()Returns the value of theindexrecord component.Methods in it.auties.whatsapp.model.sync with parameters of type IndexSyncModifier and TypeMethodDescriptionstatic byte[]Constructors in it.auties.whatsapp.model.sync with parameters of type IndexSyncModifierConstructorDescriptionRecordSync(IndexSync index, ValueSync value, KeyId keyId) Creates an instance of aRecordSyncrecord class.