query static method

NCMBQuery query()

ユーザー検索用のクエリーオブジェクトを返す

Implementation

static NCMBQuery query() {
  return new NCMBQuery('users');
}