Package com.sforce.soap.partner
Class ExecuteListViewRequest
java.lang.Object
com.sforce.soap.partner.ExecuteListViewRequest
- All Implemented Interfaces:
IExecuteListViewRequest,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 : developerNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringgetLimit()element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integerelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integerelement : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]element : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDeveloperNameOrId(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperNameOrId(String developerNameOrId) protected voidsetLimit(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetOffset(XmlInputStream __in, TypeMapper __typeMapper) voidvoidsetOrderBy(IListViewOrderBy[] orderBy) protected voidsetOrderBy(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetSobjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSobjectType(String sobjectType) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
ExecuteListViewRequest
public ExecuteListViewRequest()Constructor
-
-
Method Details
-
getDeveloperNameOrId
Description copied from interface:IExecuteListViewRequestelement : developerNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getDeveloperNameOrIdin interfaceIExecuteListViewRequest
-
setDeveloperNameOrId
- Specified by:
setDeveloperNameOrIdin interfaceIExecuteListViewRequest
-
setDeveloperNameOrId
protected void setDeveloperNameOrId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLimit
Description copied from interface:IExecuteListViewRequestelement : limit of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getLimitin interfaceIExecuteListViewRequest
-
setLimit
- Specified by:
setLimitin interfaceIExecuteListViewRequest
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOffset
Description copied from interface:IExecuteListViewRequestelement : offset of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer- Specified by:
getOffsetin interfaceIExecuteListViewRequest
-
setOffset
- Specified by:
setOffsetin interfaceIExecuteListViewRequest
-
setOffset
protected void setOffset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getOrderBy
Description copied from interface:IExecuteListViewRequestelement : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]- Specified by:
getOrderByin interfaceIExecuteListViewRequest
-
setOrderBy
- Specified by:
setOrderByin interfaceIExecuteListViewRequest
-
setOrderBy
protected void setOrderBy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSobjectType
Description copied from interface:IExecuteListViewRequestelement : sobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getSobjectTypein interfaceIExecuteListViewRequest
-
setSobjectType
- Specified by:
setSobjectTypein interfaceIExecuteListViewRequest
-
setSobjectType
protected void setSobjectType(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
-