Package com.sforce.soap.partner
Interface IListViewColumn
- All Known Implementing Classes:
ListViewColumn
public interface IListViewColumn
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 : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringelement : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleangetLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringbooleanelement : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: booleanelement : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirectionelement : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.IntegergetType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldTypebooleanisHidden()booleanbooleanvoidsetAscendingLabel(String ascendingLabel) voidsetDescendingLabel(String descendingLabel) voidsetFieldNameOrPath(String fieldNameOrPath) voidsetHidden(boolean hidden) voidvoidsetSearchable(boolean searchable) voidsetSelectListItem(String selectListItem) voidsetSortable(boolean sortable) voidsetSortDirection(OrderByDirection sortDirection) voidsetSortIndex(Integer sortIndex) void
-
Method Details
-
getAscendingLabel
String getAscendingLabel()element : ascendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setAscendingLabel
-
getDescendingLabel
String getDescendingLabel()element : descendingLabel of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setDescendingLabel
-
getFieldNameOrPath
String getFieldNameOrPath()element : fieldNameOrPath of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setFieldNameOrPath
-
getHidden
boolean getHidden()element : hidden of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isHidden
boolean isHidden() -
setHidden
void setHidden(boolean hidden) -
getLabel
String getLabel()element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setLabel
-
getSearchable
boolean getSearchable()element : searchable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSearchable
boolean isSearchable() -
setSearchable
void setSearchable(boolean searchable) -
getSelectListItem
String getSelectListItem()element : selectListItem of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String -
setSelectListItem
-
getSortDirection
OrderByDirection getSortDirection()element : sortDirection of type {urn:partner.soap.sforce.com}orderByDirection java type: com.sforce.soap.partner.OrderByDirection -
setSortDirection
-
getSortIndex
Integer getSortIndex()element : sortIndex of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer -
setSortIndex
-
getSortable
boolean getSortable()element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean -
isSortable
boolean isSortable() -
setSortable
void setSortable(boolean sortable) -
getType
FieldType getType()element : type of type {urn:partner.soap.sforce.com}fieldType java type: com.sforce.soap.partner.FieldType -
setType
-