Package com.sforce.soap.partner
Class ExecuteListViewRequest
- java.lang.Object
-
- com.sforce.soap.partner.ExecuteListViewRequest
-
- All Implemented Interfaces:
IExecuteListViewRequest,XMLizable
public class ExecuteListViewRequest extends Object implements 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 Constructor Description ExecuteListViewRequest()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDeveloperNameOrId()element : developerNameOrId of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringIntegergetLimit()element : limit of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerIntegergetOffset()element : offset of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegerListViewOrderBy[]getOrderBy()element : orderBy of type {urn:partner.soap.sforce.com}ListViewOrderBy java type: com.sforce.soap.partner.ListViewOrderBy[]StringgetSobjectType()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)voidsetLimit(Integer limit)protected voidsetOffset(XmlInputStream __in, TypeMapper __typeMapper)voidsetOffset(Integer offset)voidsetOrderBy(IListViewOrderBy[] orderBy)protected voidsetOrderBy(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetSobjectType(XmlInputStream __in, TypeMapper __typeMapper)voidsetSobjectType(String sobjectType)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getDeveloperNameOrId
public String 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
public void setDeveloperNameOrId(String developerNameOrId)
- Specified by:
setDeveloperNameOrIdin interfaceIExecuteListViewRequest
-
setDeveloperNameOrId
protected void setDeveloperNameOrId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLimit
public Integer 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
public void setLimit(Integer limit)
- Specified by:
setLimitin interfaceIExecuteListViewRequest
-
setLimit
protected void setLimit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOffset
public Integer 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
public void setOffset(Integer offset)
- Specified by:
setOffsetin interfaceIExecuteListViewRequest
-
setOffset
protected void setOffset(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getOrderBy
public ListViewOrderBy[] 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
public void setOrderBy(IListViewOrderBy[] orderBy)
- Specified by:
setOrderByin interfaceIExecuteListViewRequest
-
setOrderBy
protected void setOrderBy(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSobjectType
public String 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
public void setSobjectType(String sobjectType)
- 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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-