convenientMethods.add(convenientMethod);
}
@Override
public RequestModel build() {
return new RequestModel(method, clientRequestType, clientResponseType,
identifierMappings, attributeMappings, parameterMappings,
constantMappings, convenientMethods, tokenPath, limitPath);
}