コード例 #1
0
 public JsonRequestBuilder checkValue(ApiBase2Action action) {
   ApiContext context = jsonRequest.toContext();
   jsonRequest.checkValue = action.getCheckValue(context);
   return this;
 }
コード例 #2
0
 public JsonRequestBuilder checkValue(String checkValue) {
   jsonRequest.checkValue = checkValue;
   return this;
 }