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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCustomConversion(List<JsonObject> customConversion) voidsetCustomTracking(List<JsonObject> customTracking) voidsetDefaultConversion(List<JsonObject> defaultConversion) voidsetDefaultTracking(List<JsonObject> defaultTracking) Methods inherited from class com.restfb.types.ads.BaseAdsObject
getId, setIdMethods 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
-