Uses of Class
com.mypurecloud.sdk.v2.api.request.PutOrphanrecordingRequest
Packages that use PutOrphanrecordingRequest
-
Uses of PutOrphanrecordingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutOrphanrecordingRequestModifier and TypeMethodDescriptionRecordingApi.putOrphanrecording(PutOrphanrecordingRequest 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(PutOrphanrecordingRequest request, AsyncApiCallback<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 PutOrphanrecordingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutOrphanrecordingRequestModifier and TypeMethodDescriptionPutOrphanrecordingRequest.Builder.build()PutOrphanrecordingRequest.withBody(OrphanUpdateRequest body) PutOrphanrecordingRequest.withCustomHeader(String name, String value) PutOrphanrecordingRequest.withOrphanId(String orphanId)