Package com.sforce.soap.partner
Interface IDuplicateRuleHeader_element
-
- All Known Implementing Classes:
DuplicateRuleHeader_element
public interface IDuplicateRuleHeader_elementThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetAllowSave()element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetIncludeRecordDetails()element : includeRecordDetails of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleangetRunAsCurrentUser()element : runAsCurrentUser of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanbooleanisAllowSave()booleanisIncludeRecordDetails()booleanisRunAsCurrentUser()voidsetAllowSave(boolean allowSave)voidsetIncludeRecordDetails(boolean includeRecordDetails)voidsetRunAsCurrentUser(boolean runAsCurrentUser)
-
-
-
Method Detail
-
getAllowSave
boolean getAllowSave()
element : allowSave of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isAllowSave
boolean isAllowSave()
-
setAllowSave
void setAllowSave(boolean allowSave)
-
getIncludeRecordDetails
boolean getIncludeRecordDetails()
element : includeRecordDetails of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isIncludeRecordDetails
boolean isIncludeRecordDetails()
-
setIncludeRecordDetails
void setIncludeRecordDetails(boolean includeRecordDetails)
-
getRunAsCurrentUser
boolean getRunAsCurrentUser()
element : runAsCurrentUser of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
-
isRunAsCurrentUser
boolean isRunAsCurrentUser()
-
setRunAsCurrentUser
void setRunAsCurrentUser(boolean runAsCurrentUser)
-
-