Package com.restfb.types.ads
Class AdStudyObjective
- java.lang.Object
-
- com.restfb.types.AbstractFacebookType
-
- com.restfb.types.ads.BaseAdsObject
-
- com.restfb.types.ads.NamedAdsObject
-
- com.restfb.types.ads.AdStudyObjective
-
- All Implemented Interfaces:
Serializable
public class AdStudyObjective extends NamedAdsObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AdStudyObjective()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addCustomAttribute(String attribute)
boolean
addResult(String result)
List<String>
getCustomAttributes()
Boolean
getIsPrimary()
Is this the primary objective of the studyList<String>
getResults()
String
getType()
The type of the objectiveboolean
removeCustomAttribute(String attribute)
boolean
removeResult(String result)
void
setIsPrimary(Boolean isPrimary)
Is this the primary objective of the studyvoid
setType(String type)
The type of the objective-
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
-
AdStudyObjective
public AdStudyObjective()
-
-
Method Detail
-
addCustomAttribute
public boolean addCustomAttribute(String attribute)
-
removeCustomAttribute
public boolean removeCustomAttribute(String attribute)
-
getCustomAttributes
public List<String> getCustomAttributes()
-
removeResult
public boolean removeResult(String result)
-
getResults
public List<String> getResults()
-
getIsPrimary
public Boolean getIsPrimary()
Is this the primary objective of the study
-
setIsPrimary
public void setIsPrimary(Boolean isPrimary)
Is this the primary objective of the study
-
-