Exemplo n.º 1
0
 @Override
 public Builder acceptLanguage(Locale... lang) {
   for (Locale l : lang) {
     webClient.acceptLanguage(HttpUtils.toHttpLanguage(l));
   }
   return this;
 }