Uses of Class
com.mypurecloud.sdk.v2.model.FlowExecutionDataQueryResult
Packages that use FlowExecutionDataQueryResult
-
Uses of FlowExecutionDataQueryResult in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FlowExecutionDataQueryResultModifier and TypeMethodDescriptionFlowExecutionDataQueryResult.conversationId(String conversationId) The id of the conversation that executed this flow.FlowExecutionDataQueryResult.endDateTime(Date endDateTime) The end time for the execution of this flow.FlowExecutionDataQueryResult.flowErrorReason(String flowErrorReason) If the flow errored out this is the reason.The id of the flow that was executed.The name of the flow.FlowExecutionDataQueryResult.flowType(FlowExecutionDataQueryResult.FlowTypeEnum flowType) The type of flow.FlowExecutionDataQueryResult.flowVersion(String flowVersion) The version of the flow that was executed.FlowExecutionDataQueryResult.flowWarningReason(String flowWarningReason) If the flow had a warning, this is the reason.FlowExecutionDataQueryResult.startDateTime(Date startDateTime) The start time for the execution of this flow.FlowExecutionDataQueryResult.workitemId(String workitemId) The id of the workitem that executed this flow.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type FlowExecutionDataQueryResultMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type FlowExecutionDataQueryResultModifier and TypeMethodDescriptionFlowResultEntityListing.entities(List<FlowExecutionDataQueryResult> entities) voidFlowResultEntityListing.setEntities(List<FlowExecutionDataQueryResult> entities)