Package com.sforce.soap.partner
Class ListViewOrderBy
java.lang.Object
com.sforce.soap.partner.ListViewOrderBy
- All Implemented Interfaces:
IListViewOrderBy,com.sforce.ws.bind.XMLizable
public class ListViewOrderBy
extends Object
implements com.sforce.ws.bind.XMLizable, IListViewOrderBy
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 : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPositionelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionvoidload(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 voidsetFieldNameOrPath(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetFieldNameOrPath(String fieldNameOrPath)voidsetNullsPosition(OrderByNullsPosition nullsPosition)protected voidsetNullsPosition(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)voidsetSortDirection(OrderByDirection sortDirection)protected voidsetSortDirection(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)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
-
ListViewOrderBy
public ListViewOrderBy()Constructor
-
-
Method Details
-
getFieldNameOrPath
Description copied from interface:IListViewOrderByelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getFieldNameOrPathin interfaceIListViewOrderBy
-
setFieldNameOrPath
- Specified by:
setFieldNameOrPathin interfaceIListViewOrderBy
-
setFieldNameOrPath
protected void setFieldNameOrPath(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getNullsPosition
Description copied from interface:IListViewOrderByelement : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPosition- Specified by:
getNullsPositionin interfaceIListViewOrderBy
-
setNullsPosition
- Specified by:
setNullsPositionin interfaceIListViewOrderBy
-
setNullsPosition
protected void setNullsPosition(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException, com.sforce.ws.ConnectionException- Throws:
IOExceptioncom.sforce.ws.ConnectionException
-
getSortDirection
Description copied from interface:IListViewOrderByelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection- Specified by:
getSortDirectionin interfaceIListViewOrderBy
-
setSortDirection
- Specified by:
setSortDirectionin interfaceIListViewOrderBy
-
setSortDirection
protected void setSortDirection(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
-