Package com.mypurecloud.sdk.v2.model
Class RecordingRetention
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingRetention
- All Implemented Interfaces:
Serializable
RecordingRetention
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of archive medium used. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchiveDate(Date archiveDate) The date the recording will be archived.archiveMedium(RecordingRetention.ArchiveMediumEnum archiveMedium) The type of archive medium used.conversationId(String conversationId) creationTime(Date creationTime) The creation time of the recording.deleteDate(Date deleteDate) The date the recording will be deleted.booleanexportDate(Date exportDate) The date the recording will be exported.exportedDate(Date exportedDate) The date the recording was exported.inthashCode()recordingId(String recordingId) voidsetArchiveDate(Date archiveDate) voidsetArchiveMedium(RecordingRetention.ArchiveMediumEnum archiveMedium) voidsetConversationId(String conversationId) voidsetCreationTime(Date creationTime) voidsetDeleteDate(Date deleteDate) voidsetExportDate(Date exportDate) voidsetExportedDate(Date exportedDate) voidsetRecordingId(String recordingId) toString()
-
Constructor Details
-
RecordingRetention
public RecordingRetention() -
RecordingRetention
-
-
Method Details
-
conversationId
-
getConversationId
-
setConversationId
-
recordingId
-
getRecordingId
-
setRecordingId
-
archiveDate
The date the recording will be archived. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getArchiveDate
-
setArchiveDate
-
archiveMedium
The type of archive medium used. Example: CloudArchive -
getArchiveMedium
-
setArchiveMedium
-
deleteDate
The date the recording will be deleted. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDeleteDate
-
setDeleteDate
-
exportDate
The date the recording will be exported. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getExportDate
-
setExportDate
-
exportedDate
The date the recording was exported. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getExportedDate
-
setExportedDate
-
creationTime
The creation time of the recording. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreationTime
-
setCreationTime
-
equals
-
hashCode
public int hashCode() -
toString
-