public JsonRequestBuilder checkValue(ApiBase2Action action) { ApiContext context = jsonRequest.toContext(); jsonRequest.checkValue = action.getCheckValue(context); return this; }
public JsonRequestBuilder checkValue(String checkValue) { jsonRequest.checkValue = checkValue; return this; }