Package com.sforce.soap.partner
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 TypeMethodDescriptiongetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringintelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : lookupColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]voidvoidsetLimitRows(int limitRows) voidsetLookupColumns(IDescribeColumn[] lookupColumns)
-
Method Details
-
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
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
-