Package com.ringcentral.definitions
Class EmergencyAddressInfo
java.lang.Object
com.ringcentral.definitions.EmergencyAddressInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(Optional) Building nameBuilding/street numberCity 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 nameSpecifies if the emergency address is out of countryState/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.)Street typeResulting status of emergency address synchronization.Postal (Zip) code -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildingName(String buildingName) buildingNumber(String buildingNumber) countryIsoCode(String countryIsoCode) countryName(String countryName) customerName(String customerName) outOfCountry(Boolean outOfCountry) stateIsoCode(String stateIsoCode) streetType(String streetType) syncStatus(String syncStatus)
-
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 -
outOfCountry
Specifies if the emergency address is out of country -
buildingName
(Optional) Building name -
streetType
Street type -
buildingNumber
Building/street number -
syncStatus
Resulting status of emergency address synchronization. Returned for 'Get Device Info' request if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, NotRequired, Unsupported, Failed
-
-
Constructor Details
-
EmergencyAddressInfo
public EmergencyAddressInfo()
-
-
Method Details
-
country
-
countryId
-
countryIsoCode
-
countryName
-
state
-
stateId
-
stateIsoCode
-
stateName
-
city
-
street
-
street2
-
zip
-
customerName
-
outOfCountry
-
buildingName
-
streetType
-
buildingNumber
-
syncStatus
-