Interface IDescribeLookupLayoutResult

All Known Implementing Classes:
DescribeLookupLayoutResult

public interface IDescribeLookupLayoutResult
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 : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
    int
    element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int
    element : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
    void
     
    void
    setLimitRows(int limitRows)
     
    void
     
  • Method Details

    • 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

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

      void setLimitRows(int limitRows)
    • getLookupColumns

      IDescribeColumn[] getLookupColumns()
      element : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]
    • setLookupColumns

      void setLookupColumns(IDescribeColumn[] lookupColumns)