ComplexBatchItem
interface ComplexBatchItem
The ComplexBatchItem
interface is useful to execute the syncBatch method with complex custom object with different values to synchronize. For example:
public class Car {
private String model;
private String plate;
// constr, getter, setter ...
}
Content copied to clipboard
Author
N7ghtm4r3 - Tecknobit