Uses of Class
com.sforce.soap.partner.Possessive
-
Packages that use Possessive Package Description com.sforce.soap.partner -
-
Uses of Possessive in com.sforce.soap.partner
Methods in com.sforce.soap.partner that return Possessive Modifier and Type Method Description PossessiveINameCaseValue. getPossessive()element : possessive of type {urn:partner.soap.sforce.com}Possessive java type: com.sforce.soap.partner.PossessivePossessiveNameCaseValue. getPossessive()static PossessivePossessive. valueOf(String name)Returns the enum constant of this type with the specified name.static Possessive[]Possessive. 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 Possessive Modifier and Type Method Description voidINameCaseValue. setPossessive(Possessive possessive)voidNameCaseValue. setPossessive(Possessive possessive)
-