Package com.ringcentral.definitions
Class EmergencyAddressInfo
java.lang.Object
com.ringcentral.definitions.EmergencyAddressInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(Optional) Building nameBuilding/street numberCity nameCompany nameCountry nameInternal identifier of a countryISO code of a countryFull name of a countryCustomer nameState/Province name.Internal identifier of a stateISO code of a stateFull name of a stateThe name of the street (The field is utilized as 'streetName' field for FR addresses)Second 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) companyName
(String companyName) countryIsoCode
(String countryIsoCode) countryName
(String countryName) customerName
(String customerName) stateIsoCode
(String stateIsoCode) streetType
(String streetType) syncStatus
(String syncStatus)
-
Field Details
-
country
Country name -
countryId
Internal identifier of a country -
countryIsoCode
ISO code of a country -
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
The name of the street (The field is utilized as 'streetName' field for FR addresses) -
street2
Second line address (apartment, suite, unit, building, floor, etc.) -
zip
Postal (Zip) code -
customerName
Customer name -
companyName
Company name -
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
-
companyName
-
buildingName
-
streetType
-
buildingNumber
-
syncStatus
-