Uses of Class
com.mypurecloud.sdk.v2.model.RecordingJob
Packages that use RecordingJob
-
Uses of RecordingJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecordingJobModifier and TypeMethodDescriptionRecordingApi.getRecordingJob(GetRecordingJobRequest request) Get the status of the job associated with the job id.RecordingApi.getRecordingJob(String jobId) Get the status of the job associated with the job id.RecordingApi.postRecordingJobs(PostRecordingJobsRequest request) Create a recording bulk job.RecordingApi.postRecordingJobs(RecordingJobsQuery body) Create a recording bulk job.RecordingApi.putRecordingJob(PutRecordingJobRequest request) Execute the recording bulk job.RecordingApi.putRecordingJob(String jobId, ExecuteRecordingJobsQuery body) Execute the recording bulk job.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecordingJobModifier and TypeMethodDescriptionRecordingApi.getRecordingJob(ApiRequest<Void> request) Get the status of the job associated with the job id.RecordingApiAsync.getRecordingJobAsync(GetRecordingJobRequest request, AsyncApiCallback<RecordingJob> callback) Get the status of the job associated with the job id.RecordingApiAsync.getRecordingJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Get the status of the job associated with the job id.RecordingApi.getRecordingJobWithHttpInfo(String jobId) Get the status of the job associated with the job id.RecordingApi.postRecordingJobs(ApiRequest<RecordingJobsQuery> request) Create a recording bulk job.RecordingApiAsync.postRecordingJobsAsync(PostRecordingJobsRequest request, AsyncApiCallback<RecordingJob> callback) Create a recording bulk job.RecordingApiAsync.postRecordingJobsAsync(ApiRequest<RecordingJobsQuery> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Create a recording bulk job.RecordingApi.postRecordingJobsWithHttpInfo(RecordingJobsQuery body) Create a recording bulk job.RecordingApi.putRecordingJob(ApiRequest<ExecuteRecordingJobsQuery> request) Execute the recording bulk job.RecordingApiAsync.putRecordingJobAsync(PutRecordingJobRequest request, AsyncApiCallback<RecordingJob> callback) Execute the recording bulk job.RecordingApiAsync.putRecordingJobAsync(ApiRequest<ExecuteRecordingJobsQuery> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Execute the recording bulk job.RecordingApi.putRecordingJobWithHttpInfo(String jobId, ExecuteRecordingJobsQuery body) Execute the recording bulk job.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingJobModifier and TypeMethodDescriptionRecordingApiAsync.getRecordingJobAsync(GetRecordingJobRequest request, AsyncApiCallback<RecordingJob> callback) Get the status of the job associated with the job id.RecordingApiAsync.getRecordingJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Get the status of the job associated with the job id.RecordingApiAsync.postRecordingJobsAsync(PostRecordingJobsRequest request, AsyncApiCallback<RecordingJob> callback) Create a recording bulk job.RecordingApiAsync.postRecordingJobsAsync(ApiRequest<RecordingJobsQuery> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Create a recording bulk job.RecordingApiAsync.putRecordingJobAsync(PutRecordingJobRequest request, AsyncApiCallback<RecordingJob> callback) Execute the recording bulk job.RecordingApiAsync.putRecordingJobAsync(ApiRequest<ExecuteRecordingJobsQuery> request, AsyncApiCallback<ApiResponse<RecordingJob>> callback) Execute the recording bulk job. -
Uses of RecordingJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingJobModifier and TypeMethodDescriptionRecordingJob.state(RecordingJob.StateEnum state) The current state of the job.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type RecordingJobMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type RecordingJobModifier and TypeMethodDescriptionRecordingJobEntityListing.entities(List<RecordingJob> entities) voidRecordingJobEntityListing.setEntities(List<RecordingJob> entities)