コード例 #1
0
 public ContactFilterProvider withResultType(ResultType resultType) {
   addQueryParameter("type", resultType.name());
   return this;
 }