Package com.mypurecloud.sdk.v2.model
Class CaseplanCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseplanCreate
- All Implemented Interfaces:
Serializable
CaseplanCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerIntentId(String customerIntentId) The ID of the customer intent associated with this Caseplan.dataSchemas(List<CaseplanDataSchema> dataSchemas) The schemas that define all data for Cases from 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()intakeSettings(List<IntakeSetting> intakeSettings) The intake format when collecting data for a Case from this Caseplan.The name of the Caseplan.referencePrefix(String referencePrefix) The prefix of the Caseplan reference.voidsetCustomerIntentId(String customerIntentId) voidsetDataSchemas(List<CaseplanDataSchema> dataSchemas) voidsetDefaultCaseOwnerId(String defaultCaseOwnerId) voidsetDefaultDueDurationInSeconds(Integer defaultDueDurationInSeconds) voidsetDefaultTtlSeconds(Integer defaultTtlSeconds) voidsetDescription(String description) voidsetDivisionId(String divisionId) voidsetIntakeSettings(List<IntakeSetting> intakeSettings) voidvoidsetReferencePrefix(String referencePrefix) toString()
-
Constructor Details
-
CaseplanCreate
public CaseplanCreate() -
CaseplanCreate
-
-
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 prefix of the Caseplan reference. 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. -
getDefaultCaseOwnerId
-
setDefaultCaseOwnerId
-
divisionId
The ID of the division the Caseplan belongs to. Use '*' for divisionless Caseplans. -
getDivisionId
-
setDivisionId
-
dataSchemas
The schemas that define all data for Cases from this Caseplan. The schema must be defined in the TaskManagement namespace. Omit or leave null to create a draft Caseplan without a schema; assign a schema before publish. -
getDataSchemas
-
setDataSchemas
-
intakeSettings
The intake format when collecting data for a Case from this Caseplan. There can be a maximum of 10 IntakeSettings defined for a Caseplan. -
getIntakeSettings
-
setIntakeSettings
-
equals
-
hashCode
public int hashCode() -
toString
-