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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addCustomAttribute
(String attribute) boolean
Is this the primary objective of the studygetType()
The type of the objectiveboolean
removeCustomAttribute
(String attribute) boolean
removeResult
(String result) void
setIsPrimary
(Boolean isPrimary) Is this the primary objective of the studyvoid
The type of the objectiveMethods 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 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
-