376377378379380381382
private Unlock action; private String id; public UnlockServer(String id) { super(CLIENT, HttpMethod.POST, new StringBuilder("/servers/").append(id).append("/action"), Entity.json(new Unlock()), Void.class); }