Interface IDescribeSoqlListView

  • All Known Implementing Classes:
    DescribeSoqlListView

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

      • getColumns

        IListViewColumn[] getColumns()
        element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
      • getId

        String getId()
        element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setId

        void setId​(String id)
      • getOrderBy

        IListViewOrderBy[] getOrderBy()
        element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
      • getQuery

        String getQuery()
        element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setQuery

        void setQuery​(String query)
      • getRelatedEntityId

        String getRelatedEntityId()
        element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setRelatedEntityId

        void setRelatedEntityId​(String relatedEntityId)
      • getScope

        String getScope()
        element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setScope

        void setScope​(String scope)
      • getScopeEntityId

        String getScopeEntityId()
        element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
      • setScopeEntityId

        void setScopeEntityId​(String scopeEntityId)
      • getSobjectType

        String getSobjectType()
        element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setSobjectType

        void setSobjectType​(String sobjectType)
      • getWhereCondition

        ISoqlWhereCondition getWhereCondition()
        element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition