Package com.mypurecloud.sdk.v2.model
Class Stageplan
java.lang.Object
com.mypurecloud.sdk.v2.model.Stageplan
- All Implemented Interfaces:
Serializable
Stageplan
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaseplan(CaseplanReference caseplan) The Caseplan of the Stageplan.dateCreated(Date dateCreated) The Stageplan creation date.dateModified(Date dateModified) The Stageplan modification date.description(String description) The description of the Stageplan.booleangetId()getName()inthashCode()modifiedBy(UserReference modifiedBy) The ID of the User who modified the Stageplan.The name of the Stageplan.voidsetCaseplan(CaseplanReference caseplan) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDescription(String description) voidsetModifiedBy(UserReference modifiedBy) voidtoString()
-
Constructor Details
-
Stageplan
public Stageplan() -
Stageplan
-
-
Method Details
-
getId
-
name
The name of the Stageplan. -
getName
-
setName
-
description
The description of the Stageplan. -
getDescription
-
setDescription
-
caseplan
The Caseplan of the Stageplan. -
getCaseplan
-
setCaseplan
-
dateCreated
The Stageplan creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The Stageplan modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
modifiedBy
The ID of the User who modified the Stageplan. -
getModifiedBy
-
setModifiedBy
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-