Package com.restfb.types.ads
Class TrackingAndConversionWithDefaults
java.lang.Object
com.restfb.types.AbstractFacebookType
com.restfb.types.ads.BaseAdsObject
com.restfb.types.ads.TrackingAndConversionWithDefaults
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setCustomConversion
(List<JsonObject> customConversion) void
setCustomTracking
(List<JsonObject> customTracking) void
setDefaultConversion
(List<JsonObject> defaultConversion) void
setDefaultTracking
(List<JsonObject> defaultTracking) Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setId
Methods inherited from class com.restfb.types.AbstractFacebookType
equals, hashCode, toString
-
Constructor Details
-
TrackingAndConversionWithDefaults
public TrackingAndConversionWithDefaults()
-
-
Method Details
-
getCustomConversion
-
setCustomConversion
-
getCustomTracking
-
setCustomTracking
-
getDefaultConversion
-
setDefaultConversion
-
getDefaultTracking
-
setDefaultTracking
-