5253545556575859
ResponseBuilder response = request.evaluatePreconditions(eTag); if (response != null) { return response.build(); } UserCollectionRepresentation representation = new UserCollectionRepresentation(users); return Response.ok(representation).tag(eTag).build(); }