Package com.sforce.soap.partner
Interface IDescribeSoqlListView
-
- All Known Implementing Classes:
DescribeSoqlListView
public interface IDescribeSoqlListViewThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IListViewColumn[]getColumns()element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]StringgetId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringIListViewOrderBy[]getOrderBy()element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]StringgetQuery()element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetRelatedEntityId()element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetScope()element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringStringgetScopeEntityId()element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringStringgetSobjectType()element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringISoqlWhereConditiongetWhereCondition()element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereConditionvoidsetColumns(IListViewColumn[] columns)voidsetId(String id)voidsetOrderBy(IListViewOrderBy[] orderBy)voidsetQuery(String query)voidsetRelatedEntityId(String relatedEntityId)voidsetScope(String scope)voidsetScopeEntityId(String scopeEntityId)voidsetSobjectType(String sobjectType)voidsetWhereCondition(ISoqlWhereCondition whereCondition)
-
-
-
Method Detail
-
getColumns
IListViewColumn[] getColumns()
element : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]
-
setColumns
void setColumns(IListViewColumn[] columns)
-
getId
String getId()
element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setId
void setId(String id)
-
getOrderBy
IListViewOrderBy[] getOrderBy()
element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]
-
setOrderBy
void setOrderBy(IListViewOrderBy[] orderBy)
-
getQuery
String getQuery()
element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setQuery
void setQuery(String query)
-
getRelatedEntityId
String getRelatedEntityId()
element : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setRelatedEntityId
void setRelatedEntityId(String relatedEntityId)
-
getScope
String getScope()
element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setScope
void setScope(String scope)
-
getScopeEntityId
String getScopeEntityId()
element : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
-
setScopeEntityId
void setScopeEntityId(String scopeEntityId)
-
getSobjectType
String getSobjectType()
element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setSobjectType
void setSobjectType(String sobjectType)
-
getWhereCondition
ISoqlWhereCondition getWhereCondition()
element : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition
-
setWhereCondition
void setWhereCondition(ISoqlWhereCondition whereCondition)
-
-