168169170171172173174175176177178
.build(); } else { String representation = ObjectSerializer .instance() .serialize(new UserRepresentation(aUser)); response = Response .ok(representation) .cacheControl(this.cacheControlFor(3600))