Uses of Class
com.google.openrtb.OpenRtb.FeedType
-
Packages that use OpenRtb.FeedType Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.FeedType in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.FeedType Modifier and Type Method Description static OpenRtb.FeedTypeOpenRtb.FeedType. forNumber(int value)OpenRtb.FeedTypeOpenRtb.BidRequest.Imp.Audio.Builder. getFeed()Type of audio feed.OpenRtb.FeedTypeOpenRtb.BidRequest.Imp.Audio. getFeed()Type of audio feed.OpenRtb.FeedTypeOpenRtb.BidRequest.Imp.AudioOrBuilder. getFeed()Type of audio feed.static OpenRtb.FeedTypeOpenRtb.FeedType. valueOf(int value)Deprecated.static OpenRtb.FeedTypeOpenRtb.FeedType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.FeedTypeOpenRtb.FeedType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.FeedType[]OpenRtb.FeedType. 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.FeedType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.FeedType>OpenRtb.FeedType. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.FeedType Modifier and Type Method Description OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. setFeed(OpenRtb.FeedType value)Type of audio feed.
-