public class FeedLayoutComponent extends Object
Java class for FeedLayoutComponent complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FeedLayoutComponent">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="componentType" type="{urn:tooling.soap.sforce.com}FeedLayoutComponentType"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="page" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FeedLayoutComponentType |
componentType |
protected Integer |
height |
protected String |
page |
| Constructor and Description |
|---|
FeedLayoutComponent() |
| Modifier and Type | Method and Description |
|---|---|
FeedLayoutComponentType |
getComponentType()
Gets the value of the componentType property.
|
Integer |
getHeight()
Gets the value of the height property.
|
String |
getPage()
Gets the value of the page property.
|
void |
setComponentType(FeedLayoutComponentType value)
Sets the value of the componentType property.
|
void |
setHeight(Integer value)
Sets the value of the height property.
|
void |
setPage(String value)
Sets the value of the page property.
|
protected FeedLayoutComponentType componentType
protected Integer height
protected String page
public FeedLayoutComponentType getComponentType()
FeedLayoutComponentTypepublic void setComponentType(FeedLayoutComponentType value)
value - allowed object is
FeedLayoutComponentTypepublic Integer getHeight()
Integerpublic void setHeight(Integer value)
value - allowed object is
Integerpublic String getPage()
StringCopyright © 2016. All rights reserved.