Uses of Class
com.sforce.soap.partner.SoqlConjunction
-
Packages that use SoqlConjunction Package Description com.sforce.soap.partner -
-
Uses of SoqlConjunction in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return SoqlConjunction Modifier and Type Method Description SoqlConjunctionISoqlConditionGroup. getConjunction()element : conjunction of type {urn:partner.soap.sforce.com}soqlConjunction java type: com.sforce.soap.partner.SoqlConjunctionSoqlConjunctionSoqlConditionGroup. getConjunction()static SoqlConjunctionSoqlConjunction. valueOf(String name)Returns the enum constant of this type with the specified name.static SoqlConjunction[]SoqlConjunction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.sforce.soap.partner with parameters of type SoqlConjunction Modifier and Type Method Description voidISoqlConditionGroup. setConjunction(SoqlConjunction conjunction)voidSoqlConditionGroup. setConjunction(SoqlConjunction conjunction)
-