コード例 #1
0
 public StringQuery setDefaultOperator(Operator defaultOperator) {
   _builder.defaultOperator(defaultOperator);
   return this;
 }