Package com.ringcentral.definitions
Class CommonEmergencyLocationAddressInfoDefault
java.lang.Object
com.ringcentral.definitions.CommonEmergencyLocationAddressInfoDefault
-
Field Summary
FieldsModifier and TypeFieldDescriptionCity nameCountry nameInternal identifier of a countryTwo-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: USFull name of a countryCustomer nameState/Province name.Internal identifier of a stateISO code of a stateFull name of a stateFirst line addressSecond line address (apartment, suite, unit, building, floor, etc.)Postal (Zip) code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncountryIsoCode(String countryIsoCode) countryName(String countryName) customerName(String customerName) stateIsoCode(String stateIsoCode)
-
Field Details
-
country
Country name -
countryId
Internal identifier of a country -
countryIsoCode
Two-letter country code in [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format Example: US -
countryName
Full name of a country -
state
State/Province name. Mandatory for the USA, the UK and Canada -
stateId
Internal identifier of a state -
stateIsoCode
ISO code of a state -
stateName
Full name of a state -
city
City name -
street
First line address -
street2
Second line address (apartment, suite, unit, building, floor, etc.) -
zip
Postal (Zip) code -
customerName
Customer name
-
-
Constructor Details
-
CommonEmergencyLocationAddressInfoDefault
public CommonEmergencyLocationAddressInfoDefault()
-
-
Method Details
-
country
-
countryId
-
countryIsoCode
-
countryName
-
state
-
stateId
-
stateIsoCode
-
stateName
-
city
-
street
-
street2
-
zip
-
customerName
-