Package com.ringcentral.definitions
Class WebAppDeviceRecord
java.lang.Object
com.ringcentral.definitions.WebAppDeviceRecord
-
Field Summary
FieldsModifier and TypeFieldDescriptionTime to live (TTL) of the current registration, in seconds.Internal identifier of a device RequiredDevice nameEndpoint ID of the Web Phone (RC App) instanceCurrent registration status of the device.Device type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Field Details
-
id
Internal identifier of a device Required -
type
Device type. Always `WebPhone` for Web Phone (RC App) devices Required Enum: WebPhone -
name
Device name -
serial
Endpoint ID of the Web Phone (RC App) instance -
status
Current registration status of the device. Set to `Online` when the device has an active registration; otherwise `Offline`. Required Default: Offline Enum: Offline, Online -
expiresIn
Time to live (TTL) of the current registration, in seconds. Returned only while the device has an active registration. Format: int32
-
-
Constructor Details
-
WebAppDeviceRecord
public WebAppDeviceRecord()
-
-
Method Details
-
id
-
type
-
name
-
serial
-
status
-
expiresIn
-