public class SearchLayoutField extends Object
Java class for SearchLayoutField complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchLayoutField">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="apiName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sortable" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiName |
protected String |
label |
protected boolean |
sortable |
| Constructor and Description |
|---|
SearchLayoutField() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName()
Gets the value of the apiName property.
|
String |
getLabel()
Gets the value of the label property.
|
boolean |
isSortable()
Gets the value of the sortable property.
|
void |
setApiName(String value)
Sets the value of the apiName property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setSortable(boolean value)
Sets the value of the sortable property.
|
protected String apiName
protected String label
protected boolean sortable
public String getApiName()
Stringpublic void setApiName(String value)
value - allowed object is
Stringpublic String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic boolean isSortable()
public void setSortable(boolean value)
Copyright © 2016. All rights reserved.