Uses of Class
com.sforce.soap.partner.DifferenceType
-
Packages that use DifferenceType Package Description com.sforce.soap.partner -
-
Uses of DifferenceType in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return DifferenceType Modifier and Type Method Description DifferenceTypeFieldDiff. getDifference()DifferenceTypeIFieldDiff. getDifference()element : difference of type {urn:partner.soap.sforce.com}differenceType java type: com.sforce.soap.partner.DifferenceTypestatic DifferenceTypeDifferenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DifferenceType[]DifferenceType. 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 DifferenceType Modifier and Type Method Description voidFieldDiff. setDifference(DifferenceType difference)voidIFieldDiff. setDifference(DifferenceType difference)
-