I have simple object Client
public class Client { String externalCode; String name; String surname; }