public class FeedLayout extends Object
Java class for FeedLayout complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedLayout">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="autocollapsePublisher" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="compactFeed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="feedFilterPosition" type="{urn:tooling.soap.sforce.com}FeedLayoutFilterPosition" minOccurs="0"/>
<element name="feedFilters" type="{urn:metadata.tooling.soap.sforce.com}FeedLayoutFilter" maxOccurs="unbounded" minOccurs="0"/>
<element name="fullWidthFeed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="hideSidebar" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="highlightExternalFeedItems" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="leftComponents" type="{urn:metadata.tooling.soap.sforce.com}FeedLayoutComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="rightComponents" type="{urn:metadata.tooling.soap.sforce.com}FeedLayoutComponent" maxOccurs="unbounded" minOccurs="0"/>
<element name="useInlineFiltersInConsole" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
autocollapsePublisher |
protected Boolean |
compactFeed |
protected FeedLayoutFilterPosition |
feedFilterPosition |
protected List<FeedLayoutFilter> |
feedFilters |
protected Boolean |
fullWidthFeed |
protected Boolean |
hideSidebar |
protected Boolean |
highlightExternalFeedItems |
protected List<FeedLayoutComponent> |
leftComponents |
protected List<FeedLayoutComponent> |
rightComponents |
protected Boolean |
useInlineFiltersInConsole |
| Constructor and Description |
|---|
FeedLayout() |
| Modifier and Type | Method and Description |
|---|---|
FeedLayoutFilterPosition |
getFeedFilterPosition()
Gets the value of the feedFilterPosition property.
|
List<FeedLayoutFilter> |
getFeedFilters()
Gets the value of the feedFilters property.
|
List<FeedLayoutComponent> |
getLeftComponents()
Gets the value of the leftComponents property.
|
List<FeedLayoutComponent> |
getRightComponents()
Gets the value of the rightComponents property.
|
Boolean |
isAutocollapsePublisher()
Gets the value of the autocollapsePublisher property.
|
Boolean |
isCompactFeed()
Gets the value of the compactFeed property.
|
Boolean |
isFullWidthFeed()
Gets the value of the fullWidthFeed property.
|
Boolean |
isHideSidebar()
Gets the value of the hideSidebar property.
|
Boolean |
isHighlightExternalFeedItems()
Gets the value of the highlightExternalFeedItems property.
|
Boolean |
isUseInlineFiltersInConsole()
Gets the value of the useInlineFiltersInConsole property.
|
void |
setAutocollapsePublisher(Boolean value)
Sets the value of the autocollapsePublisher property.
|
void |
setCompactFeed(Boolean value)
Sets the value of the compactFeed property.
|
void |
setFeedFilterPosition(FeedLayoutFilterPosition value)
Sets the value of the feedFilterPosition property.
|
void |
setFullWidthFeed(Boolean value)
Sets the value of the fullWidthFeed property.
|
void |
setHideSidebar(Boolean value)
Sets the value of the hideSidebar property.
|
void |
setHighlightExternalFeedItems(Boolean value)
Sets the value of the highlightExternalFeedItems property.
|
void |
setUseInlineFiltersInConsole(Boolean value)
Sets the value of the useInlineFiltersInConsole property.
|
protected Boolean autocollapsePublisher
protected Boolean compactFeed
protected FeedLayoutFilterPosition feedFilterPosition
protected List<FeedLayoutFilter> feedFilters
protected Boolean fullWidthFeed
protected Boolean hideSidebar
protected Boolean highlightExternalFeedItems
protected List<FeedLayoutComponent> leftComponents
protected List<FeedLayoutComponent> rightComponents
protected Boolean useInlineFiltersInConsole
public Boolean isAutocollapsePublisher()
Booleanpublic void setAutocollapsePublisher(Boolean value)
value - allowed object is
Booleanpublic Boolean isCompactFeed()
Booleanpublic void setCompactFeed(Boolean value)
value - allowed object is
Booleanpublic FeedLayoutFilterPosition getFeedFilterPosition()
FeedLayoutFilterPositionpublic void setFeedFilterPosition(FeedLayoutFilterPosition value)
value - allowed object is
FeedLayoutFilterPositionpublic List<FeedLayoutFilter> getFeedFilters()
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 feedFilters property.
For example, to add a new item, do as follows:
getFeedFilters().add(newItem);
Objects of the following type(s) are allowed in the list
FeedLayoutFilter
public Boolean isFullWidthFeed()
Booleanpublic void setFullWidthFeed(Boolean value)
value - allowed object is
Booleanpublic Boolean isHideSidebar()
Booleanpublic void setHideSidebar(Boolean value)
value - allowed object is
Booleanpublic Boolean isHighlightExternalFeedItems()
Booleanpublic void setHighlightExternalFeedItems(Boolean value)
value - allowed object is
Booleanpublic List<FeedLayoutComponent> getLeftComponents()
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 leftComponents property.
For example, to add a new item, do as follows:
getLeftComponents().add(newItem);
Objects of the following type(s) are allowed in the list
FeedLayoutComponent
public List<FeedLayoutComponent> getRightComponents()
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 rightComponents property.
For example, to add a new item, do as follows:
getRightComponents().add(newItem);
Objects of the following type(s) are allowed in the list
FeedLayoutComponent
public Boolean isUseInlineFiltersInConsole()
BooleanCopyright © 2016. All rights reserved.