Uses of Class
com.google.openrtb.OpenRtb.BannerAdType
-
Packages that use OpenRtb.BannerAdType Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.BannerAdType in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.BannerAdType Modifier and Type Method Description static OpenRtb.BannerAdTypeOpenRtb.BannerAdType. forNumber(int value)OpenRtb.BannerAdTypeOpenRtb.BidRequest.Imp.Banner.Builder. getBtype(int index)Blocked banner ad types.OpenRtb.BannerAdTypeOpenRtb.BidRequest.Imp.Banner. getBtype(int index)Blocked banner ad types.OpenRtb.BannerAdTypeOpenRtb.BidRequest.Imp.BannerOrBuilder. getBtype(int index)Blocked banner ad types.static OpenRtb.BannerAdTypeOpenRtb.BannerAdType. valueOf(int value)Deprecated.static OpenRtb.BannerAdTypeOpenRtb.BannerAdType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.BannerAdTypeOpenRtb.BannerAdType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.BannerAdType[]OpenRtb.BannerAdType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.openrtb that return types with arguments of type OpenRtb.BannerAdType Modifier and Type Method Description List<OpenRtb.BannerAdType>OpenRtb.BidRequest.Imp.Banner.Builder. getBtypeList()Blocked banner ad types.List<OpenRtb.BannerAdType>OpenRtb.BidRequest.Imp.Banner. getBtypeList()Blocked banner ad types.List<OpenRtb.BannerAdType>OpenRtb.BidRequest.Imp.BannerOrBuilder. getBtypeList()Blocked banner ad types.static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.BannerAdType>OpenRtb.BannerAdType. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.BannerAdType Modifier and Type Method Description OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. addBtype(OpenRtb.BannerAdType value)Blocked banner ad types.OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. setBtype(int index, OpenRtb.BannerAdType value)Blocked banner ad types.Method parameters in com.google.openrtb with type arguments of type OpenRtb.BannerAdType Modifier and Type Method Description OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. addAllBtype(Iterable<? extends OpenRtb.BannerAdType> values)Blocked banner ad types.
-