java.lang.Object
it.auties.whatsapp.model.sync.PatchSyncBuilder
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Integerprivate ExitCodeprivate ExternalBlobReferenceprivate KeyIdprivate List<MutationSync> private byte[]private byte[]private VersionSync -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()deviceIndex(Integer deviceIndex) externalMutations(ExternalBlobReference externalMutations) mutations(List<MutationSync> mutations) patchMac(byte[] patchMac) snapshotMac(byte[] snapshotMac) version(VersionSync version)
-
Field Details
-
version
-
mutations
-
externalMutations
-
snapshotMac
private byte[] snapshotMac -
patchMac
private byte[] patchMac -
keyId
-
exitCode
-
deviceIndex
-
-
Constructor Details
-
PatchSyncBuilder
public PatchSyncBuilder()
-
-
Method Details
-
version
-
mutations
-
externalMutations
-
snapshotMac
-
patchMac
-
keyId
-
exitCode
-
deviceIndex
-
build
-