Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsInstanceRequest
Packages that use GetFlowsInstanceRequest
-
Uses of GetFlowsInstanceRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsInstanceRequestModifier 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.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. -
Uses of GetFlowsInstanceRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsInstanceRequestModifier and TypeMethodDescriptionGetFlowsInstanceRequest.Builder.build()GetFlowsInstanceRequest.withCustomHeader(String name, String value) GetFlowsInstanceRequest.withExpand(String expand) GetFlowsInstanceRequest.withInstanceId(String instanceId)