Uses of Enum Class
it.auties.whatsapp.model.sync.RecordSync.Operation
Packages that use RecordSync.Operation
-
Uses of RecordSync.Operation in it.auties.whatsapp.model.sync
Fields in it.auties.whatsapp.model.sync declared as RecordSync.OperationModifier and TypeFieldDescriptionprivate final RecordSync.OperationMutationSync.operationThe field for theoperationrecord component.private RecordSync.OperationMutationSyncBuilder.operationprivate final RecordSync.OperationPatchRequest.PatchEntry.operationThe field for theoperationrecord component.Methods in it.auties.whatsapp.model.sync that return RecordSync.OperationModifier and TypeMethodDescriptionMutationSync.operation()Returns the value of theoperationrecord component.PatchRequest.PatchEntry.operation()Returns the value of theoperationrecord component.RecordSync.operation()Syncable.operation()static RecordSync.OperationReturns the enum constant of this class with the specified name.static RecordSync.Operation[]RecordSync.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.auties.whatsapp.model.sync that return types with arguments of type RecordSync.OperationModifier and TypeMethodDescriptionstatic Optional<RecordSync.Operation> RecordSyncOperationSpec.decode(int index) Methods in it.auties.whatsapp.model.sync with parameters of type RecordSync.OperationModifier and TypeMethodDescriptionstatic IntegerRecordSyncOperationSpec.encode(RecordSync.Operation protoInputObject) static PatchRequest.PatchEntryPatchRequest.PatchEntry.of(ActionValueSync sync, RecordSync.Operation operation, String... args) MutationSyncBuilder.operation(RecordSync.Operation operation) Constructors in it.auties.whatsapp.model.sync with parameters of type RecordSync.OperationModifierConstructorDescriptionMutationSync(RecordSync.Operation operation, RecordSync record) Creates an instance of aMutationSyncrecord class.PatchEntry(ActionValueSync sync, String index, RecordSync.Operation operation) Creates an instance of aPatchEntryrecord class.