public static class SubscribedServiceLocation.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SubscribedServiceLocation.Builder |
address1(String address1)
Address first line.
|
SubscribedServiceLocation.Builder |
address2(String address2)
Address second line.
|
SubscribedServiceLocation |
build() |
SubscribedServiceLocation.Builder |
city(String city)
City.
|
SubscribedServiceLocation.Builder |
copy(SubscribedServiceLocation model) |
SubscribedServiceLocation.Builder |
country(String country)
Country.
|
SubscribedServiceLocation.Builder |
postalCode(String postalCode)
Postal code.
|
SubscribedServiceLocation.Builder |
region(String region)
Region.
|
SubscribedServiceLocation.Builder |
tcaLocationId(Long tcaLocationId)
Region.
|
public SubscribedServiceLocation.Builder address1(String address1)
Address first line.
address1
- the value to setpublic SubscribedServiceLocation.Builder address2(String address2)
Address second line.
address2
- the value to setpublic SubscribedServiceLocation.Builder postalCode(String postalCode)
Postal code.
postalCode
- the value to setpublic SubscribedServiceLocation.Builder city(String city)
City.
city
- the value to setpublic SubscribedServiceLocation.Builder country(String country)
Country.
country
- the value to setpublic SubscribedServiceLocation.Builder region(String region)
Region.
region
- the value to setpublic SubscribedServiceLocation.Builder tcaLocationId(Long tcaLocationId)
Region.
tcaLocationId
- the value to setpublic SubscribedServiceLocation build()
public SubscribedServiceLocation.Builder copy(SubscribedServiceLocation model)
Copyright © 2016–2024. All rights reserved.