Uses of Class
com.sforce.soap.metadata.FlowCondition
-
-
Uses of FlowCondition in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return FlowCondition Modifier and Type Method Description FlowCondition[]FlowRule. getConditions()FlowCondition[]FlowScreenRule. getConditions()FlowCondition[]FlowWaitEvent. getConditions()Methods in com.sforce.soap.metadata with parameters of type FlowCondition Modifier and Type Method Description voidFlowRule. setConditions(FlowCondition[] conditions)voidFlowScreenRule. setConditions(FlowCondition[] conditions)voidFlowWaitEvent. setConditions(FlowCondition[] conditions)
-