Uses of Class
com.mypurecloud.sdk.v2.model.OrphanUpdateRequest
Packages that use OrphanUpdateRequest
Package
Description
-
Uses of OrphanUpdateRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type OrphanUpdateRequestModifier and TypeMethodDescriptionRecordingApi.putOrphanrecording(String orphanId, OrphanUpdateRequest body) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApi.putOrphanrecordingWithHttpInfo(String orphanId, OrphanUpdateRequest body) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrphanUpdateRequestModifier and TypeMethodDescriptionRecordingApi.putOrphanrecording(ApiRequest<OrphanUpdateRequest> request) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist.RecordingApiAsync.putOrphanrecordingAsync(ApiRequest<OrphanUpdateRequest> request, AsyncApiCallback<ApiResponse<Recording>> callback) Updates an orphan recording to a regular recording with retention values If this operation is successful the orphan will no longer exist. -
Uses of OrphanUpdateRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OrphanUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OrphanUpdateRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OrphanUpdateRequestModifier and TypeMethodDescriptionvoidPutOrphanrecordingRequest.setBody(OrphanUpdateRequest body) PutOrphanrecordingRequest.Builder.withBody(OrphanUpdateRequest body) PutOrphanrecordingRequest.withBody(OrphanUpdateRequest body) -
Uses of OrphanUpdateRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrphanUpdateRequestModifier and TypeMethodDescriptionOrphanUpdateRequest.archiveDate(Date archiveDate) The orphan recording's archive date.OrphanUpdateRequest.conversationId(String conversationId) A conversation Id that this orphan's recording is to be attached to.OrphanUpdateRequest.deleteDate(Date deleteDate) The orphan recording's delete date.OrphanUpdateRequest.exportDate(Date exportDate) The orphan recording's export date.OrphanUpdateRequest.integrationId(String integrationId) IntegrationId to access AWS S3 bucket for export.