Uses of Class
com.mypurecloud.sdk.v2.model.RecordingJobEntityListing
Packages that use RecordingJobEntityListing
-
Uses of RecordingJobEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return RecordingJobEntityListingModifier and TypeMethodDescriptionRecordingApi.getRecordingJobs(GetRecordingJobsRequest request) Get the status of all jobs within the user's organizationRecordingApi.getRecordingJobs(Integer pageSize, Integer pageNumber, String sortBy, String state, Boolean showOnlyMyJobs, String jobType, Boolean includeTotal, String cursor) Get the status of all jobs within the user's organizationMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type RecordingJobEntityListingModifier and TypeMethodDescriptionRecordingApi.getRecordingJobs(ApiRequest<Void> 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 organizationRecordingApiAsync.getRecordingJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingJobEntityListing>> callback) Get the status of all jobs within the user's organizationRecordingApi.getRecordingJobsWithHttpInfo(Integer pageSize, Integer pageNumber, String sortBy, String state, Boolean showOnlyMyJobs, String jobType, Boolean includeTotal, String cursor) Get the status of all jobs within the user's organizationMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type RecordingJobEntityListingModifier and TypeMethodDescriptionRecordingApiAsync.getRecordingJobsAsync(GetRecordingJobsRequest request, AsyncApiCallback<RecordingJobEntityListing> callback) Get the status of all jobs within the user's organizationRecordingApiAsync.getRecordingJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<RecordingJobEntityListing>> callback) Get the status of all jobs within the user's organization -
Uses of RecordingJobEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return RecordingJobEntityListingModifier and TypeMethodDescriptionRecordingJobEntityListing.entities(List<RecordingJob> entities) RecordingJobEntityListing.pageNumber(Integer pageNumber) RecordingJobEntityListing.previousUri(String previousUri)