Package com.mypurecloud.sdk.v2.model
Class ExtensionPool
java.lang.Object
com.mypurecloud.sdk.v2.model.ExtensionPool
- All Implemented Interfaces:
Serializable
ExtensionPool
- 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 TypeMethodDescriptiondescription(String description) The resource's description.The division to which this entity belongs.The ending phone number for the range of this Extension pool.booleangetId()getName()getState()inthashCode()The name of the entity.voidsetDescription(String description) voidsetDivision(Division division) voidsetEndNumber(String endNumber) voidvoidsetStartNumber(String startNumber) voidsetVersion(Integer version) startNumber(String startNumber) The starting phone number for the range of this Extension pool.toString()The current version of the resource.
-
Constructor Details
-
ExtensionPool
public ExtensionPool() -
ExtensionPool
-
-
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
-
startNumber
The starting phone number for the range of this Extension pool. The number must be between 3 and 9 digits in length and the same length as the endNumber. -
getStartNumber
-
setStartNumber
-
endNumber
The ending phone number for the range of this Extension pool. The number must be between 3 and 9 digits in length and the same length as the startNumber. -
getEndNumber
-
setEndNumber
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-