Uses of Interface
com.google.openrtb.OpenRtb.BidRequest.ImpOrBuilder
-
Packages that use OpenRtb.BidRequest.ImpOrBuilder Package Description com.google.openrtb OpenRTB model.com.google.openrtb.snippet Support for HTML snippet manipulation (macros, escaping, URL building). -
-
Uses of OpenRtb.BidRequest.ImpOrBuilder in com.google.openrtb
Classes in com.google.openrtb that implement OpenRtb.BidRequest.ImpOrBuilder Modifier and Type Class Description static classOpenRtb.BidRequest.ImpOpenRTB 2.0: This object describes an ad placement or impression being auctioned.static classOpenRtb.BidRequest.Imp.BuilderOpenRTB 2.0: This object describes an ad placement or impression being auctioned.Methods in com.google.openrtb that return OpenRtb.BidRequest.ImpOrBuilder Modifier and Type Method Description OpenRtb.BidRequest.ImpOrBuilderOpenRtb.BidRequest.Builder. getImpOrBuilder(int index)Array of Imp objects (Section 3.2.2) representing the impressions offered.OpenRtb.BidRequest.ImpOrBuilderOpenRtb.BidRequest. getImpOrBuilder(int index)Array of Imp objects (Section 3.2.2) representing the impressions offered.OpenRtb.BidRequest.ImpOrBuilderOpenRtb.BidRequestOrBuilder. getImpOrBuilder(int index)Array of Imp objects (Section 3.2.2) representing the impressions offered.Methods in com.google.openrtb that return types with arguments of type OpenRtb.BidRequest.ImpOrBuilder Modifier and Type Method Description List<? extends OpenRtb.BidRequest.ImpOrBuilder>OpenRtb.BidRequest.Builder. getImpOrBuilderList()Array of Imp objects (Section 3.2.2) representing the impressions offered.List<? extends OpenRtb.BidRequest.ImpOrBuilder>OpenRtb.BidRequest. getImpOrBuilderList()Array of Imp objects (Section 3.2.2) representing the impressions offered.List<? extends OpenRtb.BidRequest.ImpOrBuilder>OpenRtb.BidRequestOrBuilder. getImpOrBuilderList()Array of Imp objects (Section 3.2.2) representing the impressions offered. -
Uses of OpenRtb.BidRequest.ImpOrBuilder in com.google.openrtb.snippet
Methods in com.google.openrtb.snippet that return OpenRtb.BidRequest.ImpOrBuilder Modifier and Type Method Description protected OpenRtb.BidRequest.ImpOrBuilderOpenRtbSnippetProcessor. findImp(SnippetProcessorContext ctx, SnippetMacroType macro)
-