Package com.restfb.types.ads
Class PartnerCategory
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.PartnerCategory
-
- All Implemented Interfaces:
Serializable
public class PartnerCategory extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PartnerCategory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getApproximateCount()
String
getCountry()
String
getDescription()
String
getDetails()
Boolean
getIsPrivate()
String
getParentCategory()
String
getSource()
String
getStatus()
String
getTargetingType()
void
setApproximateCount(Long approximateCount)
void
setCountry(String country)
void
setDescription(String description)
void
setDetails(String details)
void
setIsPrivate(Boolean isPrivate)
void
setParentCategory(String parentCategory)
void
setSource(String source)
void
setStatus(String status)
void
setTargetingType(String targetingType)
-
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
-
PartnerCategory
public PartnerCategory()
-
-
Method Detail
-
getApproximateCount
public Long getApproximateCount()
-
setApproximateCount
public void setApproximateCount(Long approximateCount)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
getIsPrivate
public Boolean getIsPrivate()
-
setIsPrivate
public void setIsPrivate(Boolean isPrivate)
-
getParentCategory
public String getParentCategory()
-
setParentCategory
public void setParentCategory(String parentCategory)
-
getTargetingType
public String getTargetingType()
-
setTargetingType
public void setTargetingType(String targetingType)
-
-