Package com.sforce.soap.partner
Class DescribeSoqlListView
java.lang.Object
com.sforce.soap.partner.DescribeSoqlListView
- All Implemented Interfaces:
IDescribeSoqlListView,XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionelement : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]getId()element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]getQuery()element : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.StringgetScope()element : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.Stringelement : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereConditionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetColumns(IListViewColumn[] columns) protected voidsetColumns(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetId(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOrderBy(IListViewOrderBy[] orderBy) protected voidsetOrderBy(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetQuery(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper) voidsetRelatedEntityId(String relatedEntityId) protected voidsetScope(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper) voidsetScopeEntityId(String scopeEntityId) protected voidsetSobjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSobjectType(String sobjectType) voidsetWhereCondition(ISoqlWhereCondition whereCondition) protected voidsetWhereCondition(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
DescribeSoqlListView
public DescribeSoqlListView()Constructor
-
-
Method Details
-
getColumns
Description copied from interface:IDescribeSoqlListViewelement : columns of type {urn:partner.soap.sforce.com}ListViewColumn java type: com.sforce.soap.partner.ListViewColumn[]- Specified by:
getColumnsin interfaceIDescribeSoqlListView
-
setColumns
- Specified by:
setColumnsin interfaceIDescribeSoqlListView
-
setColumns
protected void setColumns(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getId
Description copied from interface:IDescribeSoqlListViewelement : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getIdin interfaceIDescribeSoqlListView
-
setId
- Specified by:
setIdin interfaceIDescribeSoqlListView
-
setId
protected void setId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrderBy
Description copied from interface:IDescribeSoqlListViewelement : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]- Specified by:
getOrderByin interfaceIDescribeSoqlListView
-
setOrderBy
- Specified by:
setOrderByin interfaceIDescribeSoqlListView
-
setOrderBy
protected void setOrderBy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getQuery
Description copied from interface:IDescribeSoqlListViewelement : query of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getQueryin interfaceIDescribeSoqlListView
-
setQuery
- Specified by:
setQueryin interfaceIDescribeSoqlListView
-
setQuery
protected void setQuery(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getRelatedEntityId
Description copied from interface:IDescribeSoqlListViewelement : relatedEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getRelatedEntityIdin interfaceIDescribeSoqlListView
-
setRelatedEntityId
- Specified by:
setRelatedEntityIdin interfaceIDescribeSoqlListView
-
setRelatedEntityId
protected void setRelatedEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getScope
Description copied from interface:IDescribeSoqlListViewelement : scope of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getScopein interfaceIDescribeSoqlListView
-
setScope
- Specified by:
setScopein interfaceIDescribeSoqlListView
-
setScope
protected void setScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getScopeEntityId
Description copied from interface:IDescribeSoqlListViewelement : scopeEntityId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String- Specified by:
getScopeEntityIdin interfaceIDescribeSoqlListView
-
setScopeEntityId
- Specified by:
setScopeEntityIdin interfaceIDescribeSoqlListView
-
setScopeEntityId
protected void setScopeEntityId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSobjectType
Description copied from interface:IDescribeSoqlListViewelement : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectTypein interfaceIDescribeSoqlListView
-
setSobjectType
- Specified by:
setSobjectTypein interfaceIDescribeSoqlListView
-
setSobjectType
protected void setSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getWhereCondition
Description copied from interface:IDescribeSoqlListViewelement : whereCondition of type {urn:partner.soap.sforce.com}SoqlWhereCondition java type: com.sforce.soap.partner.SoqlWhereCondition- Specified by:
getWhereConditionin interfaceIDescribeSoqlListView
-
setWhereCondition
- Specified by:
setWhereConditionin interfaceIDescribeSoqlListView
-
setWhereCondition
protected void setWhereCondition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-