Uses of Class
com.mypurecloud.sdk.v2.model.GetFlowExecutionDataJobResult
Packages that use GetFlowExecutionDataJobResult
-
Uses of GetFlowExecutionDataJobResult in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return GetFlowExecutionDataJobResultModifier and TypeMethodDescriptionArchitectApi.getFlowsInstance(GetFlowsInstanceRequest request) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApi.getFlowsInstance(String instanceId, String expand) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApi.getFlowsInstancesJob(GetFlowsInstancesJobRequest request) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApi.getFlowsInstancesJob(String jobId) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApi.postFlowsInstancesJobs(PostFlowsInstancesJobsRequest request) Start a process (job) that will prepare a list of execution data IDs for download.ArchitectApi.postFlowsInstancesJobs(ExecutionDataRequest body, String expand) Start a process (job) that will prepare a list of execution data IDs for download.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type GetFlowExecutionDataJobResultModifier and TypeMethodDescriptionArchitectApi.getFlowsInstance(ApiRequest<Void> request) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApiAsync.getFlowsInstanceAsync(GetFlowsInstanceRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApiAsync.getFlowsInstanceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApi.getFlowsInstancesJob(ApiRequest<Void> request) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApiAsync.getFlowsInstancesJobAsync(GetFlowsInstancesJobRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApiAsync.getFlowsInstancesJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApi.getFlowsInstancesJobWithHttpInfo(String jobId) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApi.getFlowsInstanceWithHttpInfo(String instanceId, String expand) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApi.postFlowsInstancesJobs(ApiRequest<ExecutionDataRequest> request) Start a process (job) that will prepare a list of execution data IDs for download.ArchitectApiAsync.postFlowsInstancesJobsAsync(PostFlowsInstancesJobsRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Start a process (job) that will prepare a list of execution data IDs for download.ArchitectApiAsync.postFlowsInstancesJobsAsync(ApiRequest<ExecutionDataRequest> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Start a process (job) that will prepare a list of execution data IDs for download.ArchitectApi.postFlowsInstancesJobsWithHttpInfo(ExecutionDataRequest body, String expand) Start a process (job) that will prepare a list of execution data IDs for download.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type GetFlowExecutionDataJobResultModifier and TypeMethodDescriptionArchitectApiAsync.getFlowsInstanceAsync(GetFlowsInstanceRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApiAsync.getFlowsInstanceAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Start a process (job) to prepare a download of a singular flow execution data instance by Id Returns a JobResult object that contains an ID that can be used to check status and/or download links when the process (job) is complete.ArchitectApiAsync.getFlowsInstancesJobAsync(GetFlowsInstancesJobRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApiAsync.getFlowsInstancesJobAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Get the status and/or results of an asynchronous flow execution data retrieval jobArchitectApiAsync.postFlowsInstancesJobsAsync(PostFlowsInstancesJobsRequest request, AsyncApiCallback<GetFlowExecutionDataJobResult> callback) Start a process (job) that will prepare a list of execution data IDs for download.ArchitectApiAsync.postFlowsInstancesJobsAsync(ApiRequest<ExecutionDataRequest> request, AsyncApiCallback<ApiResponse<GetFlowExecutionDataJobResult>> callback) Start a process (job) that will prepare a list of execution data IDs for download. -
Uses of GetFlowExecutionDataJobResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return GetFlowExecutionDataJobResultModifier and TypeMethodDescriptionGetFlowExecutionDataJobResult.entities(List<ExecutionDataEntity> entities) On jobState = Success this field will be populated with the list of results of files for download.GetFlowExecutionDataJobResult.jobState(GetFlowExecutionDataJobResult.JobStateEnum jobState) The state of the backend process to prep the files for download.