Package com.mypurecloud.sdk.v2.model
Class CaseCreate
java.lang.Object
com.mypurecloud.sdk.v2.model.CaseCreate
- All Implemented Interfaces:
Serializable
CaseCreate
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncaseplanId(String caseplanId) The ID of the Caseplan used to create the Case.conversationId(String conversationId) The ID of the Conversation associated with the Case.booleanexternalContactId(String externalContactId) The ID of the External Contact associated with the Case.inthashCode()The intake data for the Case.The ID of the owner of the Case.voidsetCaseplanId(String caseplanId) voidsetConversationId(String conversationId) voidsetExternalContactId(String externalContactId) voidvoidsetOwnerId(String ownerId) voidsetSummary(String summary) voidsetTtlSeconds(Integer ttlSeconds) voidsetWorkitemId(String workitemId) Overview information for the Case.toString()ttlSeconds(Integer ttlSeconds) Epoch timestamp in seconds for the Case time-to-live.workitemId(String workitemId) The ID of the Workitem associated with the Case.
-
Constructor Details
-
CaseCreate
public CaseCreate() -
CaseCreate
-
-
Method Details
-
caseplanId
The ID of the Caseplan used to create the Case. -
getCaseplanId
-
setCaseplanId
-
ownerId
The ID of the owner of the Case. -
getOwnerId
-
setOwnerId
-
summary
Overview information for the Case. Valid length between 3 and 512 characters. -
getSummary
-
setSummary
-
externalContactId
The ID of the External Contact associated with the Case. -
getExternalContactId
-
setExternalContactId
-
conversationId
The ID of the Conversation associated with the Case. -
getConversationId
-
setConversationId
-
workitemId
The ID of the Workitem associated with the Case. -
getWorkitemId
-
setWorkitemId
-
ttlSeconds
Epoch timestamp in seconds for the Case time-to-live. Cannot be more than 365 days after the current time. -
getTtlSeconds
-
setTtlSeconds
-
intake
The intake data for the Case. Maximum of 10 intake objects allowed. -
getIntake
-
setIntake
-
equals
-
hashCode
public int hashCode() -
toString
-