Uses of Class
com.mypurecloud.sdk.v2.api.request.GetRecordingJobsRequest
Packages that use GetRecordingJobsRequest
-
Uses of GetRecordingJobsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetRecordingJobsRequestModifier and TypeMethodDescriptionRecordingApi.getRecordingJobs(GetRecordingJobsRequest request) Get the status of all jobs within the user's organizationRecordingApiAsync.getRecordingJobsAsync(GetRecordingJobsRequest request, AsyncApiCallback<RecordingJobEntityListing> callback) Get the status of all jobs within the user's organization -
Uses of GetRecordingJobsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetRecordingJobsRequestModifier and TypeMethodDescriptionGetRecordingJobsRequest.Builder.build()GetRecordingJobsRequest.withCursor(String cursor) GetRecordingJobsRequest.withCustomHeader(String name, String value) GetRecordingJobsRequest.withIncludeTotal(Boolean includeTotal) GetRecordingJobsRequest.withJobType(String jobType) GetRecordingJobsRequest.withPageNumber(Integer pageNumber) GetRecordingJobsRequest.withPageSize(Integer pageSize) GetRecordingJobsRequest.withShowOnlyMyJobs(Boolean showOnlyMyJobs) GetRecordingJobsRequest.withSortBy(String sortBy)