Uses of Enum Class
com.sforce.soap.metadata.DupeActionType
-
Uses of DupeActionType in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return DupeActionTypeModifier and TypeMethodDescriptionDuplicateRule.getActionOnInsert()DuplicateRule.getActionOnUpdate()static DupeActionTypeReturns the enum constant of this class with the specified name.static DupeActionType[]DupeActionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.sforce.soap.metadata with parameters of type DupeActionTypeModifier and TypeMethodDescriptionvoidDuplicateRule.setActionOnInsert(DupeActionType actionOnInsert) voidDuplicateRule.setActionOnUpdate(DupeActionType actionOnUpdate)