public static interface Address.Builder extends SdkPojo, CopyableBuilder<Address.Builder,Address>
| Modifier and Type | Method and Description |
|---|---|
Address.Builder |
addressId(String addressId)
The unique ID for an address.
|
Address.Builder |
city(String city)
The city in an address that a Snow device is to be delivered to.
|
Address.Builder |
company(String company)
The name of the company to receive a Snow device at an address.
|
Address.Builder |
country(String country)
The country in an address that a Snow device is to be delivered to.
|
Address.Builder |
isRestricted(Boolean isRestricted)
If the address you are creating is a primary address, then set this option to true.
|
Address.Builder |
landmark(String landmark)
This field is no longer used and the value is ignored.
|
Address.Builder |
name(String name)
The name of a person to receive a Snow device at an address.
|
Address.Builder |
phoneNumber(String phoneNumber)
The phone number associated with an address that a Snow device is to be delivered to.
|
Address.Builder |
postalCode(String postalCode)
The postal code in an address that a Snow device is to be delivered to.
|
Address.Builder |
prefectureOrDistrict(String prefectureOrDistrict)
This field is no longer used and the value is ignored.
|
Address.Builder |
stateOrProvince(String stateOrProvince)
The state or province in an address that a Snow device is to be delivered to.
|
Address.Builder |
street1(String street1)
The first line in a street address that a Snow device is to be delivered to.
|
Address.Builder |
street2(String street2)
The second line in a street address that a Snow device is to be delivered to.
|
Address.Builder |
street3(String street3)
The third line in a street address that a Snow device is to be delivered to.
|
Address.Builder |
type(AddressType type)
Differentiates between delivery address and pickup address in the customer account.
|
Address.Builder |
type(String type)
Differentiates between delivery address and pickup address in the customer account.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddress.Builder addressId(String addressId)
The unique ID for an address.
addressId - The unique ID for an address.Address.Builder name(String name)
The name of a person to receive a Snow device at an address.
name - The name of a person to receive a Snow device at an address.Address.Builder company(String company)
The name of the company to receive a Snow device at an address.
company - The name of the company to receive a Snow device at an address.Address.Builder street1(String street1)
The first line in a street address that a Snow device is to be delivered to.
street1 - The first line in a street address that a Snow device is to be delivered to.Address.Builder street2(String street2)
The second line in a street address that a Snow device is to be delivered to.
street2 - The second line in a street address that a Snow device is to be delivered to.Address.Builder street3(String street3)
The third line in a street address that a Snow device is to be delivered to.
street3 - The third line in a street address that a Snow device is to be delivered to.Address.Builder city(String city)
The city in an address that a Snow device is to be delivered to.
city - The city in an address that a Snow device is to be delivered to.Address.Builder stateOrProvince(String stateOrProvince)
The state or province in an address that a Snow device is to be delivered to.
stateOrProvince - The state or province in an address that a Snow device is to be delivered to.Address.Builder prefectureOrDistrict(String prefectureOrDistrict)
This field is no longer used and the value is ignored.
prefectureOrDistrict - This field is no longer used and the value is ignored.Address.Builder landmark(String landmark)
This field is no longer used and the value is ignored.
landmark - This field is no longer used and the value is ignored.Address.Builder country(String country)
The country in an address that a Snow device is to be delivered to.
country - The country in an address that a Snow device is to be delivered to.Address.Builder postalCode(String postalCode)
The postal code in an address that a Snow device is to be delivered to.
postalCode - The postal code in an address that a Snow device is to be delivered to.Address.Builder phoneNumber(String phoneNumber)
The phone number associated with an address that a Snow device is to be delivered to.
phoneNumber - The phone number associated with an address that a Snow device is to be delivered to.Address.Builder isRestricted(Boolean isRestricted)
If the address you are creating is a primary address, then set this option to true. This field is not supported in most regions.
isRestricted - If the address you are creating is a primary address, then set this option to true. This field is not
supported in most regions.Address.Builder type(String type)
Differentiates between delivery address and pickup address in the customer account. Provided at job creation.
type - Differentiates between delivery address and pickup address in the customer account. Provided at job
creation.AddressType,
AddressTypeAddress.Builder type(AddressType type)
Differentiates between delivery address and pickup address in the customer account. Provided at job creation.
type - Differentiates between delivery address and pickup address in the customer account. Provided at job
creation.AddressType,
AddressTypeCopyright © 2023. All rights reserved.