Package com.restfb.types.ads
Class BroadTargetingCategories
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.BroadTargetingCategories
- All Implemented Interfaces:
Serializable
public class BroadTargetingCategories extends BaseAdsObject
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description BroadTargetingCategories()
-
Method Summary
Modifier and Type Method Description String
getCategoryDescription()
String
getParentCategory()
List<String>
getPath()
Long
getSize()
String
getSource()
Long
getType()
String
getTypeName()
String
getUntranslatedName()
String
getUntranslatedParentName()
void
setCategoryDescription(String categoryDescription)
void
setParentCategory(String parentCategory)
void
setPath(List<String> path)
void
setSize(Long size)
void
setSource(String source)
void
setType(Long type)
void
setTypeName(String typeName)
void
setUntranslatedName(String untranslatedName)
void
setUntranslatedParentName(String untranslatedParentName)
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
BroadTargetingCategories
public BroadTargetingCategories()
-
-
Method Details
-
getCategoryDescription
-
setCategoryDescription
-
getParentCategory
-
setParentCategory
-
getPath
-
setPath
-
getSize
-
setSize
-
getSource
-
setSource
-
getType
-
setType
-
getTypeName
-
setTypeName
-
getUntranslatedName
-
setUntranslatedName
-
getUntranslatedParentName
-
setUntranslatedParentName
-