public class FeedLayoutFilter extends Object
Java class for FeedLayoutFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedLayoutFilter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="feedFilterName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="feedFilterType" type="{urn:tooling.soap.sforce.com}FeedLayoutFilterType"/>
<element name="feedItemType" type="{urn:tooling.soap.sforce.com}FeedItemType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
feedFilterName |
protected FeedLayoutFilterType |
feedFilterType |
protected FeedItemType |
feedItemType |
| Constructor and Description |
|---|
FeedLayoutFilter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFeedFilterName()
Gets the value of the feedFilterName property.
|
FeedLayoutFilterType |
getFeedFilterType()
Gets the value of the feedFilterType property.
|
FeedItemType |
getFeedItemType()
Gets the value of the feedItemType property.
|
void |
setFeedFilterName(String value)
Sets the value of the feedFilterName property.
|
void |
setFeedFilterType(FeedLayoutFilterType value)
Sets the value of the feedFilterType property.
|
void |
setFeedItemType(FeedItemType value)
Sets the value of the feedItemType property.
|
protected String feedFilterName
protected FeedLayoutFilterType feedFilterType
protected FeedItemType feedItemType
public String getFeedFilterName()
Stringpublic void setFeedFilterName(String value)
value - allowed object is
Stringpublic FeedLayoutFilterType getFeedFilterType()
FeedLayoutFilterTypepublic void setFeedFilterType(FeedLayoutFilterType value)
value - allowed object is
FeedLayoutFilterTypepublic FeedItemType getFeedItemType()
FeedItemTypepublic void setFeedItemType(FeedItemType value)
value - allowed object is
FeedItemTypeCopyright © 2016. All rights reserved.