Uses of Class
com.sforce.soap.metadata.IterationOrder
-
-
Uses of IterationOrder in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return IterationOrder Modifier and Type Method Description IterationOrderFlowLoop. getIterationOrder()static IterationOrderIterationOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static IterationOrder[]IterationOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type IterationOrder Modifier and Type Method Description voidFlowLoop. setIterationOrder(IterationOrder iterationOrder)
-