Package com.mypurecloud.sdk.v2.model
Class PhoneBase
java.lang.Object
com.mypurecloud.sdk.v2.model.PhoneBase
- All Implemented Interfaces:
Serializable
PhoneBase
- 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()getState()inthashCode()The list of linebases associated with the phone base.The name of the entity.phoneMetaBase(DomainEntityRef phoneMetaBase) A phone metabase is essentially a database for storing phone configuration settings, which simplifies the configuration process.properties(Map<String, Object> properties) voidsetCapabilities(PhoneCapabilities capabilities) voidsetDescription(String description) voidsetDivision(Division division) voidvoidvoidsetPhoneMetaBase(DomainEntityRef phoneMetaBase) voidsetProperties(Map<String, Object> properties) voidsetVersion(Integer version) toString()The current version of the resource.
-
Constructor Details
-
PhoneBase
public PhoneBase() -
PhoneBase
-
-
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
-
phoneMetaBase
A phone metabase is essentially a database for storing phone configuration settings, which simplifies the configuration process. -
getPhoneMetaBase
-
setPhoneMetaBase
-
lines
The list of linebases associated with the phone base. -
getLines
-
setLines
-
properties
-
getProperties
-
setProperties
-
capabilities
-
getCapabilities
-
setCapabilities
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-