Package com.sforce.soap.partner
Class ExecuteListViewRequest
java.lang.Object
com.sforce.soap.partner.ExecuteListViewRequest
- All Implemented Interfaces:
IExecuteListViewRequest,com.sforce.ws.bind.XMLizable
public class ExecuteListViewRequest
extends Object
implements com.sforce.ws.bind.XMLizable, IExecuteListViewRequest
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidloadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetDeveloperNameOrId(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetDeveloperNameOrId(String developerNameOrId)protected voidsetLimit(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidprotected voidsetOffset(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidvoidsetOrderBy(IListViewOrderBy[] orderBy)protected voidsetOrderBy(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidsetSobjectType(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSobjectType(String sobjectType)toString()voidwrite(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)protected voidwriteFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
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(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
write
public void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Specified by:
writein interfacecom.sforce.ws.bind.XMLizable- Throws:
IOException
-
writeFields
protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException- Throws:
IOException
-
load
public void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Specified by:
loadin interfacecom.sforce.ws.bind.XMLizable- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
loadFields
protected void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
toString
-