Package com.ringcentral.definitions
Class EmergencyServiceAddressResource
java.lang.Object
com.ringcentral.definitions.EmergencyServiceAddressResource
Address for emergency cases. The same emergency address is assigned
to all the numbers of one device
-
Field Summary
FieldsModifier and TypeFieldDescriptionEmail of an additional contact person.Name of an additional contact person.Phone number of an additional contact person.Country nameInternal identifier of a countryISO code of a countryFull name of a countryEmail of a primary contact person (receiver).Phone number of a primary contact person (receiver).Status of digital line provisioning Enum: Provisioning, Valid, InvalidSpecifies if emergency address is out of countryState/province nameInternal identifier of a stateISO code of a stateFull name of a stateResulting status of emergency address synchronization.Internal identifier of a tax -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadditionalCustomerEmail(String additionalCustomerEmail) additionalCustomerName(String additionalCustomerName) additionalCustomerPhone(String additionalCustomerPhone) countryIsoCode(String countryIsoCode) countryName(String countryName) customerEmail(String customerEmail) customerName(String customerName) customerPhone(String customerPhone) lineProvisioningStatus(String lineProvisioningStatus) outOfCountry(Boolean outOfCountry) stateIsoCode(String stateIsoCode) syncStatus(String syncStatus)
-
Field Details
-
street
-
street2
-
city
-
zip
-
customerName
-
state
State/province name -
stateId
Internal identifier of a state -
stateIsoCode
ISO code of a state -
stateName
Full name of a state -
countryId
Internal identifier of a country -
countryIsoCode
ISO code of a country -
country
Country name -
countryName
Full name of a country -
outOfCountry
Specifies if emergency address is out of country -
syncStatus
Resulting status of emergency address synchronization. Returned if `syncEmergencyAddress` parameter is set to `true` Enum: Verified, Updated, Deleted, NotRequired, Unsupported, Failed -
additionalCustomerName
Name of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. -
customerEmail
Email of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia. Format: email -
additionalCustomerEmail
Email of an additional contact person. Should be specified for countries except the US, Canada, the UK and Australia. Format: email -
customerPhone
Phone number of a primary contact person (receiver). Should be specified for countries except the US, Canada, the UK and Australia -
additionalCustomerPhone
Phone number of an additional contact person. Should be specified for countries except the US, Canada, the UK & Australia. -
lineProvisioningStatus
Status of digital line provisioning Enum: Provisioning, Valid, Invalid -
taxId
Internal identifier of a tax
-
-
Constructor Details
-
EmergencyServiceAddressResource
public EmergencyServiceAddressResource()
-
-
Method Details
-
street
-
street2
-
city
-
zip
-
customerName
-
state
-
stateId
-
stateIsoCode
-
stateName
-
countryId
-
countryIsoCode
-
country
-
countryName
-
outOfCountry
-
syncStatus
-
additionalCustomerName
-
customerEmail
-
additionalCustomerEmail
-
customerPhone
-
additionalCustomerPhone
-
lineProvisioningStatus
-
taxId
-