Uses of Class
com.mypurecloud.sdk.v2.api.request.GetFlowsExecutionRequest
Packages that use GetFlowsExecutionRequest
-
Uses of GetFlowsExecutionRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetFlowsExecutionRequestModifier and TypeMethodDescriptionArchitectApi.getFlowsExecution(GetFlowsExecutionRequest request) Get a flow execution's details.ArchitectApiAsync.getFlowsExecutionAsync(GetFlowsExecutionRequest request, AsyncApiCallback<FlowRuntimeExecution> callback) Get a flow execution's details. -
Uses of GetFlowsExecutionRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetFlowsExecutionRequestModifier and TypeMethodDescriptionGetFlowsExecutionRequest.Builder.build()GetFlowsExecutionRequest.withCustomHeader(String name, String value) GetFlowsExecutionRequest.withFlowExecutionId(String flowExecutionId)