Package com.restfb.types.ads
Class TargetingResponseDemographic
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.TargetingResponseDemographic
-
- All Implemented Interfaces:
Serializable
public class TargetingResponseDemographic extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetingResponseDemographic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addPath(String pathPart)
Long
getAudienceSize()
String
getDescription()
String
getDisambiguationCategory()
List<String>
getPath()
String
getTopic()
String
getType()
boolean
removePath(String pathPart)
void
setAudienceSize(Long audienceSize)
void
setDescription(String description)
void
setDisambiguationCategory(String disambiguationCategory)
void
setTopic(String topic)
void
setType(String type)
-
Methods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setName
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
TargetingResponseDemographic
public TargetingResponseDemographic()
-
-
Method Detail
-
removePath
public boolean removePath(String pathPart)
-
getAudienceSize
public Long getAudienceSize()
-
setAudienceSize
public void setAudienceSize(Long audienceSize)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDisambiguationCategory
public String getDisambiguationCategory()
-
setDisambiguationCategory
public void setDisambiguationCategory(String disambiguationCategory)
-
-