Package com.restfb.types.ads
Class AdKeywords
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.AdKeywords
-
- All Implemented Interfaces:
Serializable
public class AdKeywords extends BaseAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdKeywords()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getBrands()
List<String>
getProductCategories()
List<String>
getProductNames()
List<String>
getSearchTerms()
void
setBrands(List<String> brands)
void
setProductCategories(List<String> productCategories)
void
setProductNames(List<String> productNames)
void
setSearchTerms(List<String> searchTerms)
-
Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
-
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
-
-
-
Constructor Detail
-
AdKeywords
public AdKeywords()
-
-
Method Detail
-
getProductCategories
public List<String> getProductCategories()
-
setProductCategories
public void setProductCategories(List<String> productCategories)
-
getProductNames
public List<String> getProductNames()
-
setProductNames
public void setProductNames(List<String> productNames)
-
getSearchTerms
public List<String> getSearchTerms()
-
setSearchTerms
public void setSearchTerms(List<String> searchTerms)
-
-