Package com.mypurecloud.sdk.v2.model
Class ConversationEditedInput
java.lang.Object
com.mypurecloud.sdk.v2.model.ConversationEditedInput
- All Implemented Interfaces:
Serializable
ConversationEditedInput
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) The modification date of the edited input.booleangetText()inthashCode()voidsetDateModified(Date dateModified) voidThe text of the edited input.toString()
-
Constructor Details
-
ConversationEditedInput
public ConversationEditedInput() -
ConversationEditedInput
-
-
Method Details
-
text
The text of the edited input. -
getText
-
setText
-
dateModified
The modification date of the edited input. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
equals
-
hashCode
public int hashCode() -
toString
-