Uses of Record Class
it.auties.whatsapp.model.sync.ActionValueSync
Packages that use ActionValueSync
-
Uses of ActionValueSync in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as ActionValueSyncModifier and TypeFieldDescriptionprivate final ActionValueSyncPatchRequest.PatchEntry.syncThe field for thesyncrecord component.private final ActionValueSyncActionDataSync.valueThe field for thevaluerecord component.private ActionValueSyncActionDataSyncBuilder.valueMethods in it.auties.whatsapp.model.sync that return ActionValueSyncModifier and TypeMethodDescriptionActionValueSyncBuilder.build()static ActionValueSyncActionValueSyncSpec.decode(byte[] input) static ActionValueSyncstatic ActionValueSyncPatchRequest.PatchEntry.sync()Returns the value of thesyncrecord component.ActionDataSync.value()Returns the value of thevaluerecord component.Methods in it.auties.whatsapp.model.sync with parameters of type ActionValueSyncModifier and TypeMethodDescriptionPatchRequest.PatchEntry.createArguments(ActionValueSync sync, String... args) static byte[]ActionValueSyncSpec.encode(ActionValueSync protoInputObject) static PatchRequest.PatchEntryPatchRequest.PatchEntry.of(ActionValueSync sync, RecordSync.Operation operation, String... args) ActionDataSyncBuilder.value(ActionValueSync value) Constructors in it.auties.whatsapp.model.sync with parameters of type ActionValueSyncModifierConstructorDescriptionActionDataSync(byte[] index, ActionValueSync value, byte[] padding, Integer version) Creates an instance of aActionDataSyncrecord class.PatchEntry(ActionValueSync sync, String index, RecordSync.Operation operation) Creates an instance of aPatchEntryrecord class.