public class RelatedListItem extends Object
Java class for RelatedListItem complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RelatedListItem">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="customButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="excludeButtons" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="relatedList" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sortField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sortOrder" type="{urn:tooling.soap.sforce.com}SortOrder" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
customButtons |
protected List<String> |
excludeButtons |
protected List<String> |
fields |
protected String |
relatedList |
protected String |
sortField |
protected SortOrder |
sortOrder |
| Constructor and Description |
|---|
RelatedListItem() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCustomButtons()
Gets the value of the customButtons property.
|
List<String> |
getExcludeButtons()
Gets the value of the excludeButtons property.
|
List<String> |
getFields()
Gets the value of the fields property.
|
String |
getRelatedList()
Gets the value of the relatedList property.
|
String |
getSortField()
Gets the value of the sortField property.
|
SortOrder |
getSortOrder()
Gets the value of the sortOrder property.
|
void |
setRelatedList(String value)
Sets the value of the relatedList property.
|
void |
setSortField(String value)
Sets the value of the sortField property.
|
void |
setSortOrder(SortOrder value)
Sets the value of the sortOrder property.
|
protected String relatedList
protected String sortField
protected SortOrder sortOrder
public List<String> getCustomButtons()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the customButtons property.
For example, to add a new item, do as follows:
getCustomButtons().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getExcludeButtons()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the excludeButtons property.
For example, to add a new item, do as follows:
getExcludeButtons().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getFields()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the fields property.
For example, to add a new item, do as follows:
getFields().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getRelatedList()
Stringpublic void setRelatedList(String value)
value - allowed object is
Stringpublic String getSortField()
Stringpublic void setSortField(String value)
value - allowed object is
Stringpublic SortOrder getSortOrder()
SortOrderCopyright © 2016. All rights reserved.