.rel(Rel.INVOKE)
.httpMethod(RestfulHttpMethod.GET)
.href(Matchers.endsWith(":39393/services/ActionsEntities/actions/subListWithOptionalRange/invoke"))
.build());
invokeLink.withMethod(RestfulHttpMethod.POST);
// when
JsonRepresentation args = JsonRepresentation.newMap();
args = JsonRepresentation.newMap();
args.mapPut("id.value", 123);