Uses of Class
com.google.openrtb.OpenRtb.ExpandableDirection
-
Packages that use OpenRtb.ExpandableDirection Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.ExpandableDirection in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.ExpandableDirection Modifier and Type Method Description static OpenRtb.ExpandableDirectionOpenRtb.ExpandableDirection. forNumber(int value)OpenRtb.ExpandableDirectionOpenRtb.BidRequest.Imp.Banner.Builder. getExpdir(int index)Directions in which the banner may expand.OpenRtb.ExpandableDirectionOpenRtb.BidRequest.Imp.Banner. getExpdir(int index)Directions in which the banner may expand.OpenRtb.ExpandableDirectionOpenRtb.BidRequest.Imp.BannerOrBuilder. getExpdir(int index)Directions in which the banner may expand.static OpenRtb.ExpandableDirectionOpenRtb.ExpandableDirection. valueOf(int value)Deprecated.static OpenRtb.ExpandableDirectionOpenRtb.ExpandableDirection. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.ExpandableDirectionOpenRtb.ExpandableDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.ExpandableDirection[]OpenRtb.ExpandableDirection. 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.ExpandableDirection Modifier and Type Method Description List<OpenRtb.ExpandableDirection>OpenRtb.BidRequest.Imp.Banner.Builder. getExpdirList()Directions in which the banner may expand.List<OpenRtb.ExpandableDirection>OpenRtb.BidRequest.Imp.Banner. getExpdirList()Directions in which the banner may expand.List<OpenRtb.ExpandableDirection>OpenRtb.BidRequest.Imp.BannerOrBuilder. getExpdirList()Directions in which the banner may expand.static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.ExpandableDirection>OpenRtb.ExpandableDirection. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.ExpandableDirection Modifier and Type Method Description OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. addExpdir(OpenRtb.ExpandableDirection value)Directions in which the banner may expand.OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. setExpdir(int index, OpenRtb.ExpandableDirection value)Directions in which the banner may expand.Method parameters in com.google.openrtb with type arguments of type OpenRtb.ExpandableDirection Modifier and Type Method Description OpenRtb.BidRequest.Imp.Banner.BuilderOpenRtb.BidRequest.Imp.Banner.Builder. addAllExpdir(Iterable<? extends OpenRtb.ExpandableDirection> values)Directions in which the banner may expand.
-