Package com.sforce.soap.partner
Interface IRelatedListSort
- All Known Implementing Classes:
RelatedListSort
public interface IRelatedListSort
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 TypeMethodDescriptionbooleanelement : ascending of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.StringbooleanvoidsetAscending(boolean ascending) void
-
Method Details
-
getAscending
boolean getAscending()element : ascending of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isAscending
boolean isAscending() -
setAscending
void setAscending(boolean ascending) -
getColumn
String getColumn()element : column of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setColumn
-