Package com.sforce.soap.partner
Interface IListViewOrderBy
-
- All Known Implementing Classes:
ListViewOrderBy
public interface IListViewOrderByThis is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringOrderByNullsPositiongetNullsPosition()element : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPositionOrderByDirectiongetSortDirection()element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionvoidsetFieldNameOrPath(String fieldNameOrPath)voidsetNullsPosition(OrderByNullsPosition nullsPosition)voidsetSortDirection(OrderByDirection sortDirection)
-
-
-
Method Detail
-
getFieldNameOrPath
String getFieldNameOrPath()
element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
-
setFieldNameOrPath
void setFieldNameOrPath(String fieldNameOrPath)
-
getNullsPosition
OrderByNullsPosition getNullsPosition()
element : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPosition
-
setNullsPosition
void setNullsPosition(OrderByNullsPosition nullsPosition)
-
getSortDirection
OrderByDirection getSortDirection()
element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection
-
setSortDirection
void setSortDirection(OrderByDirection sortDirection)
-
-