Skip to content

Instantly share code, notes, and snippets.

@Kotlin-Native
Created July 10, 2015 06:54
Show Gist options
  • Select an option

  • Save Kotlin-Native/ad9f32f9c2fb07941162 to your computer and use it in GitHub Desktop.

Select an option

Save Kotlin-Native/ad9f32f9c2fb07941162 to your computer and use it in GitHub Desktop.
AddressBuilder builder = new AddressBuilder();
builder.setStreet(...);
builder.setStreetNumer(...);
builder.setZipCode(...);
builder.setCity(...);
builder.setState(...);
builder.setCountry(...);
Address address = builder.build();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment