Package com.mypurecloud.sdk.v2.model
Class CaseplanUpdate
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseplanUpdate
- All Implemented Interfaces:
Serializable
CaseplanUpdate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerIntentId(String customerIntentId) The ID of the customer intent associated with this Caseplan.defaultCaseOwnerId(String defaultCaseOwnerId) The ID of the default owner of a Case 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.divisionId(String divisionId) The ID of the division the Caseplan belongs to.booleangetName()inthashCode()The name of the Caseplan.referencePrefix(String referencePrefix) The reference of the Caseplan.voidsetCustomerIntentId(String customerIntentId) voidsetDefaultCaseOwnerId(String defaultCaseOwnerId) voidsetDefaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) voidsetDefaultTtlSeconds(Integer defaultTtlSeconds) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidvoidsetReferencePrefix(String referencePrefix) toString()
-
Constructor Details
-
CaseplanUpdate
public CaseplanUpdate() -
CaseplanUpdate
-
-
Method Details
-
name
The name of the Caseplan. Valid length between 3 and 256 characters. -
getName
-
setName
-
defaultDueDurationInSeconds
The default due duration in seconds for Cases created from the Caseplan. Valid range is between 1 and 31536000 seconds. maximum: 31536000 -
getDefaultDueDurationInSeconds
-
setDefaultDueDurationInSeconds
-
defaultTtlSeconds
The default TTL in seconds for Cases created from the Caseplan. Valid range is between 86400 and 31536000 seconds. minimum: 86400 maximum: 31536000 -
getDefaultTtlSeconds
-
setDefaultTtlSeconds
-
referencePrefix
The reference of the Caseplan. Valid length between 2 and 8 alphanumeric characters. -
getReferencePrefix
-
setReferencePrefix
-
customerIntentId
The ID of the customer intent associated with this Caseplan. -
getCustomerIntentId
-
setCustomerIntentId
-
description
The description of the Caseplan. Maximum length of 512 characters. -
getDescription
-
setDescription
-
defaultCaseOwnerId
The ID of the default owner of a Case created from the Caseplan. Must be a valid UUID. -
getDefaultCaseOwnerId
-
setDefaultCaseOwnerId
-
divisionId
The ID of the division the Caseplan belongs to. If divisionId is null or '*', the Caseplan will be divisionless. -
getDivisionId
-
setDivisionId
-
equals
-
hashCode
public int hashCode() -
toString
-