public interface IDescribeSoqlListView
| Modifier and Type | Method and Description |
|---|---|
IListViewColumn[] |
getColumns()
element : columns of type {urn:partner.soap.sforce.com}ListViewColumn
java type: com.sforce.soap.partner.ListViewColumn[]
|
String |
getId()
element : id of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
IListViewOrderBy[] |
getOrderBy()
element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy
java type: com.sforce.soap.partner.ListViewOrderBy[]
|
String |
getQuery()
element : query of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getScope()
element : scope of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
String |
getSobjectType()
element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
ISoqlWhereCondition |
getWhereCondition()
element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition
java type: com.sforce.soap.partner.SoqlWhereCondition
|
void |
setColumns(IListViewColumn[] columns) |
void |
setId(String id) |
void |
setOrderBy(IListViewOrderBy[] orderBy) |
void |
setQuery(String query) |
void |
setScope(String scope) |
void |
setSobjectType(String sobjectType) |
void |
setWhereCondition(ISoqlWhereCondition whereCondition) |
IListViewColumn[] getColumns()
void setColumns(IListViewColumn[] columns)
String getId()
void setId(String id)
IListViewOrderBy[] getOrderBy()
void setOrderBy(IListViewOrderBy[] orderBy)
String getQuery()
void setQuery(String query)
String getScope()
void setScope(String scope)
String getSobjectType()
void setSobjectType(String sobjectType)
ISoqlWhereCondition getWhereCondition()
void setWhereCondition(ISoqlWhereCondition whereCondition)
Copyright © 2015. All Rights Reserved.