コード例 #1
0
 public LocationBuilder postalCode(String postalCode) {
   location.setPostalCode(postalCode);
   return this;
 }