Uses of Class
com.restfb.types.ads.BidStrategyEnum
-
Packages that use BidStrategyEnum Package Description com.restfb.types.ads Special types to interact with the Facebook Marketing API. -
-
Uses of BidStrategyEnum in com.restfb.types.ads
Methods in com.restfb.types.ads that return BidStrategyEnum Modifier and Type Method Description BidStrategyEnum
AdSet. getBidStrategy()
static BidStrategyEnum
BidStrategyEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static BidStrategyEnum[]
BidStrategyEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.restfb.types.ads with parameters of type BidStrategyEnum Modifier and Type Method Description void
AdSet. setBidStrategy(BidStrategyEnum bidStrategy)
-