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
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddCustomAttribute(String attribute) booleanIs this the primary objective of the studygetType()The type of the objectivebooleanremoveCustomAttribute(String attribute) booleanremoveResult(String result) voidsetIsPrimary(Boolean isPrimary) Is this the primary objective of the studyvoidThe type of the objectiveMethods inherited from class com.restfb.types.ads.NamedAdsObject
getName, setNameMethods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
AdStudyObjective
public AdStudyObjective()
-
-
Method Details
-
addCustomAttribute
-
removeCustomAttribute
-
getCustomAttributes
-
addResult
-
removeResult
-
getResults
-
getIsPrimary
Is this the primary objective of the study -
setIsPrimary
Is this the primary objective of the study -
getType
The type of the objective -
setType
The type of the objective
-