Package com.sforce.soap.partner
Interface ISoqlConditionGroup
- All Superinterfaces:
ISoqlWhereCondition
- All Known Implementing Classes:
SoqlConditionGroup
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Method Summary
Modifier and TypeMethodDescriptionelement : conditions of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition[]element : conjunction of type {urn:partner.soap.sforce.com}soqlConjunction java type: com.sforce.soap.partner.SoqlConjunctionvoidsetConditions(ISoqlWhereCondition[] conditions) voidsetConjunction(SoqlConjunction conjunction)
-
Method Details
-
getConditions
ISoqlWhereCondition[] getConditions()element : conditions of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition[] -
setConditions
-
getConjunction
SoqlConjunction getConjunction()element : conjunction of type {urn:partner.soap.sforce.com}soqlConjunction java type: com.sforce.soap.partner.SoqlConjunction -
setConjunction
-