示例#1
0
 public ParseRequest addWhereDoesNotExist(String key) {
   query.whereDoesNotExist(key);
   return this;
 }