public class MiniLayout extends Object
Java class for MiniLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MiniLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="fields" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="relatedLists" type="{urn:metadata.tooling.soap.sforce.com}RelatedListItem" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
fields |
protected List<RelatedListItem> |
relatedLists |
| Constructor and Description |
|---|
MiniLayout() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getFields()
Gets the value of the fields property.
|
List<RelatedListItem> |
getRelatedLists()
Gets the value of the relatedLists property.
|
protected List<RelatedListItem> relatedLists
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 List<RelatedListItem> getRelatedLists()
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 relatedLists property.
For example, to add a new item, do as follows:
getRelatedLists().add(newItem);
Objects of the following type(s) are allowed in the list
RelatedListItem
Copyright © 2016. All rights reserved.