Uses of Interface
com.google.openrtb.OpenRtb.BidResponse.SeatBidOrBuilder
-
Packages that use OpenRtb.BidResponse.SeatBidOrBuilder Package Description com.google.openrtb OpenRTB model.com.google.openrtb.util General utilities. -
-
Uses of OpenRtb.BidResponse.SeatBidOrBuilder in com.google.openrtb
Classes in com.google.openrtb that implement OpenRtb.BidResponse.SeatBidOrBuilder Modifier and Type Class Description static classOpenRtb.BidResponse.SeatBidOpenRTB 2.0: A bid response can contain multiple SeatBid objects, each on behalf of a different bidder seat and each containing one or more individual bids.static classOpenRtb.BidResponse.SeatBid.BuilderOpenRTB 2.0: A bid response can contain multiple SeatBid objects, each on behalf of a different bidder seat and each containing one or more individual bids.Methods in com.google.openrtb that return OpenRtb.BidResponse.SeatBidOrBuilder Modifier and Type Method Description OpenRtb.BidResponse.SeatBidOrBuilderOpenRtb.BidResponse.Builder. getSeatbidOrBuilder(int index)Array of seatbid objects; 1+ required if a bid is to be made.OpenRtb.BidResponse.SeatBidOrBuilderOpenRtb.BidResponse. getSeatbidOrBuilder(int index)Array of seatbid objects; 1+ required if a bid is to be made.OpenRtb.BidResponse.SeatBidOrBuilderOpenRtb.BidResponseOrBuilder. getSeatbidOrBuilder(int index)Array of seatbid objects; 1+ required if a bid is to be made.Methods in com.google.openrtb that return types with arguments of type OpenRtb.BidResponse.SeatBidOrBuilder Modifier and Type Method Description List<? extends OpenRtb.BidResponse.SeatBidOrBuilder>OpenRtb.BidResponse.Builder. getSeatbidOrBuilderList()Array of seatbid objects; 1+ required if a bid is to be made.List<? extends OpenRtb.BidResponse.SeatBidOrBuilder>OpenRtb.BidResponse. getSeatbidOrBuilderList()Array of seatbid objects; 1+ required if a bid is to be made.List<? extends OpenRtb.BidResponse.SeatBidOrBuilder>OpenRtb.BidResponseOrBuilder. getSeatbidOrBuilderList()Array of seatbid objects; 1+ required if a bid is to be made. -
Uses of OpenRtb.BidResponse.SeatBidOrBuilder in com.google.openrtb.util
Methods in com.google.openrtb.util with parameters of type OpenRtb.BidResponse.SeatBidOrBuilder Modifier and Type Method Description static booleanOpenRtbUtils. filterSeat(OpenRtb.BidResponse.SeatBidOrBuilder seatbid, String seatFilter)Performs a filter by seat.
-