Package com.sforce.soap.partner
Interface IDescribeListView
- All Known Implementing Classes:
DescribeListView
public interface IDescribeListView
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 TypeMethodDescriptionelement : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringintelement : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: intelement : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[]element : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]element : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[]element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetScope()element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScopeelement : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringvoidsetFilterLanguage(String filterLanguage) voidvoidsetLimitRows(int limitRows) voidsetListViewAdvancedFilter(String listViewAdvancedFilter) voidsetListViewColumns(IDescribeColumn[] listViewColumns) voidsetListViewFilters(IDescribeFilter[] listViewFilters) voidsetListViewName(String listViewName) voidsetListViewScopeFilters(IDescribeFilter[] listViewScopeFilters) voidsetRelatedEntityId(String relatedEntityId) voidsetScope(QueryOptionsScope scope) voidsetScopeEntityId(String scopeEntityId) voidsetSobjectName(String sobjectName)
-
Method Details
-
getFilterLanguage
String getFilterLanguage()element : filterLanguage of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFilterLanguage
-
getId
String getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setId
-
getLimitRows
int getLimitRows()element : limitRows of type {http://www.w3.org/2001/XMLSchema}int java type: int -
setLimitRows
void setLimitRows(int limitRows) -
getListViewAdvancedFilter
String getListViewAdvancedFilter()element : listViewAdvancedFilter of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setListViewAdvancedFilter
-
getListViewColumns
IDescribeColumn[] getListViewColumns()element : listViewColumns of type {urn:partner.soap.sforce.com}DescribeColumn java type: com.sforce.soap.partner.DescribeColumn[] -
setListViewColumns
-
getListViewFilters
IDescribeFilter[] getListViewFilters()element : listViewFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[] -
setListViewFilters
-
getListViewName
String getListViewName()element : listViewName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setListViewName
-
getListViewScopeFilters
IDescribeFilter[] getListViewScopeFilters()element : listViewScopeFilters of type {urn:partner.soap.sforce.com}DescribeFilter java type: com.sforce.soap.partner.DescribeFilter[] -
setListViewScopeFilters
-
getRelatedEntityId
String getRelatedEntityId()element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setRelatedEntityId
-
getScope
QueryOptionsScope getScope()element : scope of type {urn:partner.soap.sforce.com}queryOptionsScope java type: com.sforce.soap.partner.QueryOptionsScope -
setScope
-
getScopeEntityId
String getScopeEntityId()element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String -
setScopeEntityId
-
getSobjectName
String getSobjectName()element : sobjectName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSobjectName
-