Uses of Class
com.mypurecloud.sdk.v2.api.request.GetConversationRecordingsRequest
Packages that use GetConversationRecordingsRequest
-
Uses of GetConversationRecordingsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetConversationRecordingsRequestModifier and TypeMethodDescriptionRecordingApi.getConversationRecordings(GetConversationRecordingsRequest request) Get all of a Conversation's Recordings.RecordingApiAsync.getConversationRecordingsAsync(GetConversationRecordingsRequest request, AsyncApiCallback<List<Recording>> callback) Get all of a Conversation's Recordings. -
Uses of GetConversationRecordingsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetConversationRecordingsRequestModifier and TypeMethodDescriptionGetConversationRecordingsRequest.Builder.build()GetConversationRecordingsRequest.withConversationId(String conversationId) GetConversationRecordingsRequest.withCustomHeader(String name, String value) GetConversationRecordingsRequest.withFormatId(String formatId) GetConversationRecordingsRequest.withIncludePauseAnnotationsForScreenRecordings(Boolean includePauseAnnotationsForScreenRecordings) GetConversationRecordingsRequest.withLocale(String locale) GetConversationRecordingsRequest.withMaxWaitMs(Integer maxWaitMs) GetConversationRecordingsRequest.withMediaFormats(List<String> mediaFormats)