Class DIDPool

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

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

    • DIDPool

      public DIDPool()
    • DIDPool

      public DIDPool(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • name

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

      public String getName()
    • setName

      public void setName(String name)
    • division

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

      public Division getDivision()
    • setDivision

      public void setDivision(Division division)
    • description

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

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • version

      public DIDPool 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 DIDPool.StateEnum getState()
    • getModifiedByApp

      public String getModifiedByApp()
    • getCreatedByApp

      public String getCreatedByApp()
    • startPhoneNumber

      public DIDPool startPhoneNumber(String startPhoneNumber)
      The starting phone number for the range of this DID pool. Must be in E.164 format
    • getStartPhoneNumber

      public String getStartPhoneNumber()
    • setStartPhoneNumber

      public void setStartPhoneNumber(String startPhoneNumber)
    • endPhoneNumber

      public DIDPool endPhoneNumber(String endPhoneNumber)
      The ending phone number for the range of this DID pool. Must be in E.164 format
    • getEndPhoneNumber

      public String getEndPhoneNumber()
    • setEndPhoneNumber

      public void setEndPhoneNumber(String endPhoneNumber)
    • comments

      public DIDPool comments(String comments)
    • getComments

      public String getComments()
    • setComments

      public void setComments(String comments)
    • provider

      public DIDPool provider(DIDPool.ProviderEnum provider)
      The provider for this DID pool
    • getProvider

      public DIDPool.ProviderEnum getProvider()
    • setProvider

      public void setProvider(DIDPool.ProviderEnum provider)
    • 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