public class ListViewOrderBy extends java.lang.Object implements XMLizable, IListViewOrderBy
| Constructor and Description |
|---|
ListViewOrderBy()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldNameOrPath()
element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
OrderByNullsPosition |
getNullsPosition()
element : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition
java type: com.sforce.soap.partner.OrderByNullsPosition
|
OrderByDirection |
getSortDirection()
element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection
java type: com.sforce.soap.partner.OrderByDirection
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setFieldNameOrPath(java.lang.String fieldNameOrPath) |
protected void |
setFieldNameOrPath(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setNullsPosition(OrderByNullsPosition nullsPosition) |
protected void |
setNullsPosition(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setSortDirection(OrderByDirection sortDirection) |
protected void |
setSortDirection(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public java.lang.String getFieldNameOrPath()
IListViewOrderBygetFieldNameOrPath in interface IListViewOrderBypublic void setFieldNameOrPath(java.lang.String fieldNameOrPath)
setFieldNameOrPath in interface IListViewOrderByprotected void setFieldNameOrPath(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic OrderByNullsPosition getNullsPosition()
IListViewOrderBygetNullsPosition in interface IListViewOrderBypublic void setNullsPosition(OrderByNullsPosition nullsPosition)
setNullsPosition in interface IListViewOrderByprotected void setNullsPosition(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic OrderByDirection getSortDirection()
IListViewOrderBygetSortDirection in interface IListViewOrderBypublic void setSortDirection(OrderByDirection sortDirection)
setSortDirection in interface IListViewOrderByprotected void setSortDirection(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.