public interface ISearchLayoutField
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApiName()
element : apiName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
java.lang.String |
getLabel()
element : label of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
getSortable()
element : sortable of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
boolean |
isSortable() |
void |
setApiName(java.lang.String apiName) |
void |
setLabel(java.lang.String label) |
void |
setSortable(boolean sortable) |
java.lang.String getApiName()
void setApiName(java.lang.String apiName)
java.lang.String getLabel()
void setLabel(java.lang.String label)
boolean getSortable()
boolean isSortable()
void setSortable(boolean sortable)
Copyright © 2020. All Rights Reserved.