Package com.mypurecloud.sdk.v2.model
Class Caseplan
java.lang.Object
com.mypurecloud.sdk.v2.model.Caseplan
- All Implemented Interfaces:
Serializable
Caseplan
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe version state of the Caseplan. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerIntent(CustomerIntentReference customerIntent) The customer intent for Cases created from this Caseplan.dateCreated(Date dateCreated) The Caseplan creation date.dateModified(Date dateModified) The Caseplan modification date.datePublished(Date datePublished) The Caseplan publication date.defaultCaseOwner(UserReference defaultCaseOwner) The default Case owner for Cases created from the Caseplan.defaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) The default due duration in seconds for Cases created from the Caseplan.defaultTtlSeconds(Integer defaultTtlSeconds) The default TTL in seconds for Cases created from the Caseplan.description(String description) The description of the Caseplan.division(StarrableDivision division) The division to which this entity belongs.booleangetId()getName()inthashCode()The latest version of the Caseplan.modifiedBy(UserReference modifiedBy) The ID of the User who modified the Caseplan.The name of the Caseplan.The published version of the Caseplan.referencePrefix(String referencePrefix) The prefix used when creating the reference for Cases from the Caseplan.voidsetCustomerIntent(CustomerIntentReference customerIntent) voidsetDateCreated(Date dateCreated) voidsetDateModified(Date dateModified) voidsetDatePublished(Date datePublished) voidsetDefaultCaseOwner(UserReference defaultCaseOwner) voidsetDefaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) voidsetDefaultTtlSeconds(Integer defaultTtlSeconds) voidsetDescription(String description) voidsetDivision(StarrableDivision division) voidvoidsetModifiedBy(UserReference modifiedBy) voidvoidsetPublished(Integer published) voidsetReferencePrefix(String referencePrefix) voidsetVersionState(Caseplan.VersionStateEnum versionState) toString()versionState(Caseplan.VersionStateEnum versionState) The version state of the Caseplan.
-
Constructor Details
-
Caseplan
public Caseplan() -
Caseplan
-
-
Method Details
-
getId
-
name
The name of the Caseplan. -
getName
-
setName
-
division
The division to which this entity belongs. -
getDivision
-
setDivision
-
description
The description of the Caseplan. -
getDescription
-
setDescription
-
referencePrefix
The prefix used when creating the reference for Cases from the Caseplan. -
getReferencePrefix
-
setReferencePrefix
-
defaultDueDurationInSeconds
The default due duration in seconds for Cases created from the Caseplan. -
getDefaultDueDurationInSeconds
-
setDefaultDueDurationInSeconds
-
defaultTtlSeconds
The default TTL in seconds for Cases created from the Caseplan. -
getDefaultTtlSeconds
-
setDefaultTtlSeconds
-
defaultCaseOwner
The default Case owner for Cases created from the Caseplan. -
getDefaultCaseOwner
-
setDefaultCaseOwner
-
latest
The latest version of the Caseplan. -
getLatest
-
setLatest
-
published
The published version of the Caseplan. -
getPublished
-
setPublished
-
dateCreated
The Caseplan creation date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateModified
The Caseplan modification date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
datePublished
The Caseplan publication date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDatePublished
-
setDatePublished
-
modifiedBy
The ID of the User who modified the Caseplan. -
getModifiedBy
-
setModifiedBy
-
customerIntent
The customer intent for Cases created from this Caseplan. -
getCustomerIntent
-
setCustomerIntent
-
versionState
The version state of the Caseplan. -
getVersionState
-
setVersionState
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-