Class ExtensionPool

java.lang.Object
com.mypurecloud.sdk.v2.model.ExtensionPool
All Implemented Interfaces:
Serializable

public class ExtensionPool extends Object implements Serializable
ExtensionPool
See Also:
  • Constructor Details

    • ExtensionPool

      public ExtensionPool()
    • ExtensionPool

      public ExtensionPool(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

      public ExtensionPool name(String name)
      The name of the entity.
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • division

      public ExtensionPool division(Division division)
      The division to which this entity belongs.
    • getDivision

      public Division getDivision()
    • setDivision

      public void setDivision(Division division)
    • description

      public ExtensionPool description(String description)
      The resource's description.
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • version

      public ExtensionPool version(Integer version)
      The current version of the resource.
    • getVersion

      public Integer getVersion()
    • setVersion

      public void setVersion(Integer version)
    • getDateCreated

      public Date getDateCreated()
    • getDateModified

      public Date getDateModified()
    • getModifiedBy

      public String getModifiedBy()
    • getCreatedBy

      public String getCreatedBy()
    • getState

      public ExtensionPool.StateEnum getState()
    • getModifiedByApp

      public String getModifiedByApp()
    • getCreatedByApp

      public String getCreatedByApp()
    • startNumber

      public ExtensionPool startNumber(String 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

      public String getStartNumber()
    • setStartNumber

      public void setStartNumber(String startNumber)
    • endNumber

      public ExtensionPool endNumber(String 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

      public String getEndNumber()
    • setEndNumber

      public void setEndNumber(String endNumber)
    • getSelfUri

      public String getSelfUri()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object