Uses of Class
com.mypurecloud.sdk.v2.model.GuideJob
Packages that use GuideJob
-
Uses of GuideJob in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GuideJobModifier and TypeMethodDescriptionAIStudioApi.deleteGuideJobs(DeleteGuideJobsRequest request) Start the deletion of a guide.AIStudioApi.deleteGuideJobs(String guideId) Start the deletion of a guide.AIStudioApi.getGuideJob(GetGuideJobRequest request) Get the specified guide deletion job.AIStudioApi.getGuideJob(String guideId, String jobId) Get the specified guide deletion job.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type GuideJobModifier and TypeMethodDescriptionAIStudioApi.deleteGuideJobs(ApiRequest<Void> request) Start the deletion of a guide.AIStudioApiAsync.deleteGuideJobsAsync(DeleteGuideJobsRequest request, AsyncApiCallback<GuideJob> callback) Start the deletion of a guide.AIStudioApiAsync.deleteGuideJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideJob>> callback) Start the deletion of a guide.AIStudioApi.deleteGuideJobsWithHttpInfo(String guideId) Start the deletion of a guide.AIStudioApi.getGuideJob(ApiRequest<Void> request) Get the specified guide deletion job.AIStudioApiAsync.getGuideJobAsync(GetGuideJobRequest request, AsyncApiCallback<GuideJob> callback) Get the specified guide deletion job.AIStudioApiAsync.getGuideJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideJob>> callback) Get the specified guide deletion job.AIStudioApi.getGuideJobWithHttpInfo(String guideId, String jobId) Get the specified guide deletion job.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GuideJobModifier and TypeMethodDescriptionAIStudioApiAsync.deleteGuideJobsAsync(DeleteGuideJobsRequest request, AsyncApiCallback<GuideJob> callback) Start the deletion of a guide.AIStudioApiAsync.deleteGuideJobsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideJob>> callback) Start the deletion of a guide.AIStudioApiAsync.getGuideJobAsync(GetGuideJobRequest request, AsyncApiCallback<GuideJob> callback) Get the specified guide deletion job.AIStudioApiAsync.getGuideJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GuideJob>> callback) Get the specified guide deletion job. -
Uses of GuideJob in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GuideJob