Uses of Class
com.mypurecloud.sdk.v2.model.RecordingJobsQuery
Packages that use RecordingJobsQuery
Package
Description
-
Uses of RecordingJobsQuery in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type RecordingJobsQueryModifier and TypeMethodDescriptionRecordingApi.postRecordingJobs(RecordingJobsQuery body) Create a recording bulk job.RecordingApi.postRecordingJobsWithHttpInfo(RecordingJobsQuery body) Create a recording bulk job.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingJobsQueryModifier and TypeMethodDescriptionRecordingApi.postRecordingJobs(ApiRequest<RecordingJobsQuery> request) Create a recording bulk job.RecordingApiAsync.postRecordingJobsAsync(ApiRequest<RecordingJobsQuery> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Create a recording bulk job. -
Uses of RecordingJobsQuery in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return RecordingJobsQueryMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type RecordingJobsQueryMethods in com.mypurecloud.sdk.v2.api.request with parameters of type RecordingJobsQueryModifier and TypeMethodDescriptionPostRecordingJobsRequest.builder(RecordingJobsQuery body) voidPostRecordingJobsRequest.setBody(RecordingJobsQuery body) PostRecordingJobsRequest.Builder.withBody(RecordingJobsQuery body) PostRecordingJobsRequest.withBody(RecordingJobsQuery body) PostRecordingJobsRequest.Builder.withRequiredParams(RecordingJobsQuery body) -
Uses of RecordingJobsQuery in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingJobsQueryModifier and TypeMethodDescriptionRecordingJobsQuery.action(RecordingJobsQuery.ActionEnum action) Operation to perform bulk task.The number of days after each recording's creation date when the action will be performed.RecordingJobsQuery.actionDate(Date actionDate) The date when the action will be performed.RecordingJobsQuery.agedConversationInterval(String agedConversationInterval) As an alternative to conversationQuery, specify the date and time range of conversations that are older than 5 years to query.Results will include all conversations that had activity during the interval.RecordingJobsQuery.clearExport(Boolean clearExport) For DELETE action, setting this to true will clear any pending exports for recordings.RecordingJobsQuery.conversationQuery(AsyncConversationQuery conversationQuery) Conversation Query.RecordingJob.getRecordingJobsQuery()RecordingJobsQuery.includePolicyBasedRecordings(Boolean includePolicyBasedRecordings) Whether to include policy-based recordings for the action, default value = trueRecordingJobsQuery.includeRecordingsWithSensitiveData(Boolean includeRecordingsWithSensitiveData) Whether to include recordings with PCI DSS and/or PII data, default value = falseRecordingJobsQuery.includeScreenRecordings(Boolean includeScreenRecordings) Whether to include Screen recordings for the action, default value = trueRecordingJobsQuery.includeSnippetRecordings(Boolean includeSnippetRecordings) Whether to include snippet recordings for the action, default value = trueRecordingJobsQuery.integrationId(String integrationId) IntegrationId to Access AWS S3 bucket for bulk recording exports.RecordingJobsQuery.screenRecordingActionAge(Integer screenRecordingActionAge) The number of days after each screen recording's creation date when the action will be performed.RecordingJobsQuery.screenRecordingActionDate(Date screenRecordingActionDate) The date when the action will be performed for screen recordings.