public static final class ImmutableGeolocation.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
ImmutableGeolocation |
build() |
ImmutableGeolocation.Builder |
setAddress1(String address1) |
ImmutableGeolocation.Builder |
setAddress2(String address2) |
ImmutableGeolocation.Builder |
setCity(String city) |
ImmutableGeolocation.Builder |
setCountry(String country) |
ImmutableGeolocation.Builder |
setLatitude(Double latitude) |
ImmutableGeolocation.Builder |
setLongitude(Double longitude) |
ImmutableGeolocation.Builder |
setState(String state) |
ImmutableGeolocation.Builder |
setZip(String zip) |
public ImmutableGeolocation.Builder setAddress1(String address1)
public ImmutableGeolocation.Builder setAddress2(String address2)
public ImmutableGeolocation.Builder setCity(String city)
public ImmutableGeolocation.Builder setState(String state)
public ImmutableGeolocation.Builder setZip(String zip)
public ImmutableGeolocation.Builder setCountry(String country)
public ImmutableGeolocation.Builder setLongitude(Double longitude)
public ImmutableGeolocation.Builder setLatitude(Double latitude)
public ImmutableGeolocation build()
Copyright © 2019. All rights reserved.