Ejemplo n.º 1
0
 public ParseRequest addWhereDoesNotExist(String key) {
   query.whereDoesNotExist(key);
   return this;
 }