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 Details

    • 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)