Package com.restfb.types.ads
Class TargetingSentenceLine.TargetingSentenceLineItem
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.TargetingSentenceLine.TargetingSentenceLineItem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TargetingSentenceLine
public static class TargetingSentenceLine.TargetingSentenceLineItem extends AbstractFacebookType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingSentenceLineItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getChildren()
String
getContent()
void
setChildren(List<String> children)
void
setContent(String content)
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TargetingSentenceLineItem
public TargetingSentenceLineItem()
-
-
Method Detail
-
getContent
public String getContent()
-
setContent
public void setContent(String content)
-
getChildren
public List<String> getChildren()
-
setChildren
public void setChildren(List<String> children)
-
-