public class SearchLayoutButton extends Object
Java class for SearchLayoutButton complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchLayoutButton">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
apiName |
protected String |
label |
| Constructor and Description |
|---|
SearchLayoutButton() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApiName()
Gets the value of the apiName property.
|
String |
getLabel()
Gets the value of the label property.
|
void |
setApiName(String value)
Sets the value of the apiName property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
public String getApiName()
Stringpublic void setApiName(String value)
value - allowed object is
Stringpublic String getLabel()
StringCopyright © 2016. All rights reserved.