Package com.mypurecloud.sdk.v2.model
Class DID
java.lang.Object
com.mypurecloud.sdk.v2.model.DID
- All Implemented Interfaces:
Serializable
DID
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumGets or Sets ownerTypestatic enumIndicates if the resource is active, inactive, or deleted. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The resource's description.didPool(DomainEntityRef didPool) The division to which this entity belongs.booleangetId()getName()getOwner()getState()inthashCode()The name of the entity.owner(DomainEntityRef owner) A Uri reference to the owner of this DID, which is either a User or an IVRownerType(DID.OwnerTypeEnum ownerType) phoneNumber(String phoneNumber) voidsetDescription(String description) voidsetDidPool(DomainEntityRef didPool) voidsetDivision(Division division) voidvoidsetOwner(DomainEntityRef owner) voidsetOwnerType(DID.OwnerTypeEnum ownerType) voidsetPhoneNumber(String phoneNumber) voidsetVersion(Integer version) toString()The current version of the resource.
-
Constructor Details
-
DID
public DID() -
DID
-
-
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
-
phoneNumber
-
getPhoneNumber
-
setPhoneNumber
-
didPool
-
getDidPool
-
setDidPool
-
owner
A Uri reference to the owner of this DID, which is either a User or an IVR -
getOwner
-
setOwner
-
ownerType
-
getOwnerType
-
setOwnerType
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-