Package com.mypurecloud.sdk.v2.model
Class Phone
java.lang.Object
com.mypurecloud.sdk.v2.model.Phone
- All Implemented Interfaces:
Serializable
Phone
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapabilities(PhoneCapabilities capabilities) description(String description) The resource's description.The division to which this entity belongs.booleangetId()getLines()getName()getSite()getState()inthashCode()lineBaseSettings(DomainEntityRef lineBaseSettings) LinesThe name of the entity.phoneBaseSettings(PhoneBaseSettings phoneBaseSettings) Phone Base SettingsphoneMetaBase(DomainEntityRef phoneMetaBase) primaryEdge(Edge primaryEdge) properties(Map<String, Object> properties) secondaryEdge(Edge secondaryEdge) secondaryStatus(PhoneStatus secondaryStatus) The status of the phone and lines from the secondary Edge.voidsetCapabilities(PhoneCapabilities capabilities) voidsetDescription(String description) voidsetDivision(Division division) voidsetLineBaseSettings(DomainEntityRef lineBaseSettings) voidvoidvoidsetPhoneBaseSettings(PhoneBaseSettings phoneBaseSettings) voidsetPhoneMetaBase(DomainEntityRef phoneMetaBase) voidsetPrimaryEdge(Edge primaryEdge) voidsetProperties(Map<String, Object> properties) voidsetSecondaryEdge(Edge secondaryEdge) voidsetSecondaryStatus(PhoneStatus secondaryStatus) voidsetSite(DomainEntityRef site) voidsetStatus(PhoneStatus status) voidsetVersion(Integer version) voidsetWebRtcUser(DomainEntityRef webRtcUser) site(DomainEntityRef site) The site associated to the phone.status(PhoneStatus status) The status of the phone and lines from the primary Edge.toString()The current version of the resource.webRtcUser(DomainEntityRef webRtcUser) This is the user associated with a WebRTC type phone.
-
Constructor Details
-
Phone
public Phone() -
Phone
-
-
Method Details
-
getId
-
name
The name of the entity. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The resource's description. -
getDescription
-
setDescription
-
version
The current version of the resource. -
getVersion
-
setVersion
-
getDateCreated
-
getDateModified
-
getModifiedBy
-
getCreatedBy
-
getState
-
getModifiedByApp
-
getCreatedByApp
-
site
The site associated to the phone. -
getSite
-
setSite
-
phoneBaseSettings
Phone Base Settings -
getPhoneBaseSettings
-
setPhoneBaseSettings
-
lineBaseSettings
-
getLineBaseSettings
-
setLineBaseSettings
-
phoneMetaBase
-
getPhoneMetaBase
-
setPhoneMetaBase
-
lines
Lines -
getLines
-
setLines
-
status
The status of the phone and lines from the primary Edge. -
getStatus
-
setStatus
-
secondaryStatus
The status of the phone and lines from the secondary Edge. -
getSecondaryStatus
-
setSecondaryStatus
-
getUserAgentInfo
-
properties
-
getProperties
-
setProperties
-
capabilities
-
getCapabilities
-
setCapabilities
-
webRtcUser
This is the user associated with a WebRTC type phone. It is required for all WebRTC phones. -
getWebRtcUser
-
setWebRtcUser
-
getStandAlone
-
-
getPrimaryEdge
-
setPrimaryEdge
-
secondaryEdge
-
getSecondaryEdge
-
setSecondaryEdge
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-