Interface IDescribeSearchLayoutResult

  • All Known Implementing Classes:
    DescribeSearchLayoutResult

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

      • getErrorMsg

        String getErrorMsg()
        element : errorMsg of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setErrorMsg

        void setErrorMsg​(String errorMsg)
      • getLabel

        String getLabel()
        element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setLabel

        void setLabel​(String label)
      • getLimitRows

        Integer getLimitRows()
        element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
      • setLimitRows

        void setLimitRows​(Integer limitRows)
      • getObjectType

        String getObjectType()
        element : objectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
      • setObjectType

        void setObjectType​(String objectType)
      • getSearchColumns

        IDescribeColumn[] getSearchColumns()
        element : searchColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
      • setSearchColumns

        void setSearchColumns​(IDescribeColumn[] searchColumns)