Package com.sforce.soap.partner
Interface IListViewOrderBy
- All Known Implementing Classes:
ListViewOrderBy
public interface IListViewOrderBy
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
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.OrderByDirectionvoidsetFieldNameOrPath(String fieldNameOrPath) voidsetNullsPosition(OrderByNullsPosition nullsPosition) voidsetSortDirection(OrderByDirection sortDirection)
-
Method Details
-
getFieldNameOrPath
String getFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFieldNameOrPath
-
getNullsPosition
OrderByNullsPosition getNullsPosition()element : nullsPosition of type {urn:partner.soap.sforce.com}orderByNullsPosition java type: com.sforce.soap.partner.OrderByNullsPosition -
setNullsPosition
-
getSortDirection
OrderByDirection getSortDirection()element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection -
setSortDirection
-