Uses of Class
com.google.openrtb.OpenRtb.CompanionType
-
Packages that use OpenRtb.CompanionType Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.CompanionType in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.CompanionType Modifier and Type Method Description static OpenRtb.CompanionTypeOpenRtb.CompanionType. forNumber(int value)OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.Audio.Builder. getCompaniontype(int index)Supported DAAST companion ad types.OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.Audio. getCompaniontype(int index)Supported DAAST companion ad types.OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.AudioOrBuilder. getCompaniontype(int index)Supported DAAST companion ad types.OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.Video.Builder. getCompaniontype(int index)Supported VAST companion ad types.OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.Video. getCompaniontype(int index)Supported VAST companion ad types.OpenRtb.CompanionTypeOpenRtb.BidRequest.Imp.VideoOrBuilder. getCompaniontype(int index)Supported VAST companion ad types.static OpenRtb.CompanionTypeOpenRtb.CompanionType. valueOf(int value)Deprecated.static OpenRtb.CompanionTypeOpenRtb.CompanionType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.CompanionTypeOpenRtb.CompanionType. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.CompanionType[]OpenRtb.CompanionType. 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.CompanionType Modifier and Type Method Description List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.Audio.Builder. getCompaniontypeList()Supported DAAST companion ad types.List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.Audio. getCompaniontypeList()Supported DAAST companion ad types.List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.AudioOrBuilder. getCompaniontypeList()Supported DAAST companion ad types.List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.Video.Builder. getCompaniontypeList()Supported VAST companion ad types.List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.Video. getCompaniontypeList()Supported VAST companion ad types.List<OpenRtb.CompanionType>OpenRtb.BidRequest.Imp.VideoOrBuilder. getCompaniontypeList()Supported VAST companion ad types.static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.CompanionType>OpenRtb.CompanionType. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.CompanionType Modifier and Type Method Description OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. addCompaniontype(OpenRtb.CompanionType value)Supported DAAST companion ad types.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addCompaniontype(OpenRtb.CompanionType value)Supported VAST companion ad types.OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. setCompaniontype(int index, OpenRtb.CompanionType value)Supported DAAST companion ad types.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. setCompaniontype(int index, OpenRtb.CompanionType value)Supported VAST companion ad types.Method parameters in com.google.openrtb with type arguments of type OpenRtb.CompanionType Modifier and Type Method Description OpenRtb.BidRequest.Imp.Audio.BuilderOpenRtb.BidRequest.Imp.Audio.Builder. addAllCompaniontype(Iterable<? extends OpenRtb.CompanionType> values)Supported DAAST companion ad types.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addAllCompaniontype(Iterable<? extends OpenRtb.CompanionType> values)Supported VAST companion ad types.
-