Interface ISoqlNotCondition

All Superinterfaces:
ISoqlWhereCondition
All Known Implementing Classes:
SoqlNotCondition

public interface ISoqlNotCondition extends ISoqlWhereCondition
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 Type
    Method
    Description
    element : condition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition
    void
     
  • Method Details

    • getCondition

      ISoqlWhereCondition getCondition()
      element : condition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition
    • setCondition

      void setCondition(ISoqlWhereCondition condition)