Interface ISoqlCondition

  • All Superinterfaces:
    ISoqlWhereCondition
    All Known Implementing Classes:
    SoqlCondition

    public interface ISoqlCondition
    extends ISoqlWhereCondition
    This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
    • Method Detail

      • getField

        String getField()
        element : field of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setField

        void setField​(String field)
      • getOperator

        SoqlOperator getOperator()
        element : operator of type {urn:partner.soap.sforce.com}soqlOperator java type: com.sforce.soap.partner.SoqlOperator
      • getValues

        String[] getValues()
        element : values of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String[]
      • setValues

        void setValues​(String[] values)