Package com.mypurecloud.sdk.v2.model
Class OrphanUpdateRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OrphanUpdateRequest
- All Implemented Interfaces:
Serializable
OrphanUpdateRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionarchiveDate(Date archiveDate) The orphan recording's archive date.conversationId(String conversationId) A conversation Id that this orphan's recording is to be attached to.deleteDate(Date deleteDate) The orphan recording's delete date.booleanexportDate(Date exportDate) The orphan recording's export date.inthashCode()integrationId(String integrationId) IntegrationId to access AWS S3 bucket for export.voidsetArchiveDate(Date archiveDate) voidsetConversationId(String conversationId) voidsetDeleteDate(Date deleteDate) voidsetExportDate(Date exportDate) voidsetIntegrationId(String integrationId) toString()
-
Constructor Details
-
OrphanUpdateRequest
public OrphanUpdateRequest() -
OrphanUpdateRequest
-
-
Method Details
-
archiveDate
The orphan recording's archive date. Must be greater than 1 day from now if set. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getArchiveDate
-
setArchiveDate
-
deleteDate
The orphan recording's delete date. Must be greater than archiveDate and exportDate if set, otherwise one day from now. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDeleteDate
-
setDeleteDate
-
exportDate
The orphan recording's export date. Must be greater than 1 day from now if set. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getExportDate
-
setExportDate
-
integrationId
IntegrationId to access AWS S3 bucket for export. This field is required if exportDate is set. -
getIntegrationId
-
setIntegrationId
-
conversationId
A conversation Id that this orphan's recording is to be attached to. If not present, the conversationId will be deduced from the recording media. -
getConversationId
-
setConversationId
-
equals
-
hashCode
public int hashCode() -
toString
-