public class ListView extends Metadata
Java class for ListView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListView">
<complexContent>
<extension base="{urn:metadata.tooling.soap.sforce.com}Metadata">
<sequence>
<element name="booleanFilter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="columns" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="division" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="filterScope" type="{urn:tooling.soap.sforce.com}FilterScope"/>
<element name="filters" type="{urn:metadata.tooling.soap.sforce.com}ListViewFilter" maxOccurs="unbounded" minOccurs="0"/>
<element name="label" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="language" type="{urn:tooling.soap.sforce.com}Language" minOccurs="0"/>
<element name="queue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="sharedTo" type="{urn:metadata.tooling.soap.sforce.com}SharedTo" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
booleanFilter |
protected List<String> |
columns |
protected String |
division |
protected List<ListViewFilter> |
filters |
protected FilterScope |
filterScope |
protected String |
label |
protected Language |
language |
protected String |
queue |
protected SharedTo |
sharedTo |
| Constructor and Description |
|---|
ListView() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBooleanFilter()
Gets the value of the booleanFilter property.
|
List<String> |
getColumns()
Gets the value of the columns property.
|
String |
getDivision()
Gets the value of the division property.
|
List<ListViewFilter> |
getFilters()
Gets the value of the filters property.
|
FilterScope |
getFilterScope()
Gets the value of the filterScope property.
|
String |
getLabel()
Gets the value of the label property.
|
Language |
getLanguage()
Gets the value of the language property.
|
String |
getQueue()
Gets the value of the queue property.
|
SharedTo |
getSharedTo()
Gets the value of the sharedTo property.
|
void |
setBooleanFilter(String value)
Sets the value of the booleanFilter property.
|
void |
setDivision(String value)
Sets the value of the division property.
|
void |
setFilterScope(FilterScope value)
Sets the value of the filterScope property.
|
void |
setLabel(String value)
Sets the value of the label property.
|
void |
setLanguage(Language value)
Sets the value of the language property.
|
void |
setQueue(String value)
Sets the value of the queue property.
|
void |
setSharedTo(SharedTo value)
Sets the value of the sharedTo property.
|
protected String booleanFilter
protected String division
protected FilterScope filterScope
protected List<ListViewFilter> filters
protected String label
protected Language language
protected String queue
protected SharedTo sharedTo
public String getBooleanFilter()
Stringpublic void setBooleanFilter(String value)
value - allowed object is
Stringpublic List<String> getColumns()
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 columns property.
For example, to add a new item, do as follows:
getColumns().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getDivision()
Stringpublic void setDivision(String value)
value - allowed object is
Stringpublic FilterScope getFilterScope()
FilterScopepublic void setFilterScope(FilterScope value)
value - allowed object is
FilterScopepublic List<ListViewFilter> getFilters()
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 filters property.
For example, to add a new item, do as follows:
getFilters().add(newItem);
Objects of the following type(s) are allowed in the list
ListViewFilter
public String getLabel()
Stringpublic void setLabel(String value)
value - allowed object is
Stringpublic Language getLanguage()
Languagepublic void setLanguage(Language value)
value - allowed object is
Languagepublic String getQueue()
Stringpublic void setQueue(String value)
value - allowed object is
Stringpublic SharedTo getSharedTo()
SharedToCopyright © 2016. All rights reserved.