Uses of Record Class
it.auties.whatsapp.model.sync.MutationSync
Packages that use MutationSync
-
Uses of MutationSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync with type parameters of type MutationSyncModifier and TypeFieldDescriptionprivate final List<MutationSync> MutationsSync.mutationsThe field for themutationsrecord component.private List<MutationSync> MutationsSyncBuilder.mutationsprivate final List<MutationSync> PatchSync.mutationsprivate List<MutationSync> PatchSyncBuilder.mutationsMethods in it.auties.whatsapp.model.sync that return MutationSyncModifier and TypeMethodDescriptionMutationSyncBuilder.build()static MutationSyncMutationSyncSpec.decode(byte[] input) Methods in it.auties.whatsapp.model.sync that return types with arguments of type MutationSyncModifier and TypeMethodDescriptionMutationsSync.mutations()Returns the value of themutationsrecord component.PatchSync.mutations()Methods in it.auties.whatsapp.model.sync with parameters of type MutationSyncModifier and TypeMethodDescriptionstatic byte[]MutationSyncSpec.encode(MutationSync protoInputObject) Method parameters in it.auties.whatsapp.model.sync with type arguments of type MutationSyncModifier and TypeMethodDescriptionMutationsSyncBuilder.mutations(List<MutationSync> mutations) PatchSyncBuilder.mutations(List<MutationSync> mutations) Constructor parameters in it.auties.whatsapp.model.sync with type arguments of type MutationSyncModifierConstructorDescriptionMutationsSync(List<MutationSync> mutations) Creates an instance of aMutationsSyncrecord class.PatchSync(VersionSync version, List<MutationSync> mutations, ExternalBlobReference externalMutations, byte[] snapshotMac, byte[] patchMac, KeyId keyId, ExitCode exitCode, Integer deviceIndex)