Ejemplo n.º 1
0
 public JsonRequestBuilder checkValue(ApiBase2Action action) {
   ApiContext context = jsonRequest.toContext();
   jsonRequest.checkValue = action.getCheckValue(context);
   return this;
 }
Ejemplo n.º 2
0
 public JsonRequestBuilder checkValue(String checkValue) {
   jsonRequest.checkValue = checkValue;
   return this;
 }