| Package | Description |
|---|---|
| com.sforce.soap.partner |
| Modifier and Type | Method and Description |
|---|---|
SoqlOperator |
ISoqlCondition.getOperator()
element : operator of type {urn:partner.soap.sforce.com}soqlOperator
java type: com.sforce.soap.partner.SoqlOperator
|
SoqlOperator |
SoqlSubQueryCondition.getOperator() |
SoqlOperator |
ISoqlSubQueryCondition.getOperator()
element : operator of type {urn:partner.soap.sforce.com}soqlOperator
java type: com.sforce.soap.partner.SoqlOperator
|
SoqlOperator |
SoqlCondition.getOperator() |
static SoqlOperator |
SoqlOperator.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SoqlOperator[] |
SoqlOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ISoqlCondition.setOperator(SoqlOperator operator) |
void |
SoqlSubQueryCondition.setOperator(SoqlOperator operator) |
void |
ISoqlSubQueryCondition.setOperator(SoqlOperator operator) |
void |
SoqlCondition.setOperator(SoqlOperator operator) |
Copyright © 2020. All Rights Reserved.