Uses of Class
com.google.openrtb.OpenRtb.PlaybackMethod
-
Packages that use OpenRtb.PlaybackMethod Package Description com.google.openrtb OpenRTB model. -
-
Uses of OpenRtb.PlaybackMethod in com.google.openrtb
Methods in com.google.openrtb that return OpenRtb.PlaybackMethod Modifier and Type Method Description static OpenRtb.PlaybackMethodOpenRtb.PlaybackMethod. forNumber(int value)OpenRtb.PlaybackMethodOpenRtb.BidRequest.Imp.Video.Builder. getPlaybackmethod(int index)Playback methods that may be in use.OpenRtb.PlaybackMethodOpenRtb.BidRequest.Imp.Video. getPlaybackmethod(int index)Playback methods that may be in use.OpenRtb.PlaybackMethodOpenRtb.BidRequest.Imp.VideoOrBuilder. getPlaybackmethod(int index)Playback methods that may be in use.static OpenRtb.PlaybackMethodOpenRtb.PlaybackMethod. valueOf(int value)Deprecated.static OpenRtb.PlaybackMethodOpenRtb.PlaybackMethod. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static OpenRtb.PlaybackMethodOpenRtb.PlaybackMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static OpenRtb.PlaybackMethod[]OpenRtb.PlaybackMethod. 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.PlaybackMethod Modifier and Type Method Description List<OpenRtb.PlaybackMethod>OpenRtb.BidRequest.Imp.Video.Builder. getPlaybackmethodList()Playback methods that may be in use.List<OpenRtb.PlaybackMethod>OpenRtb.BidRequest.Imp.Video. getPlaybackmethodList()Playback methods that may be in use.List<OpenRtb.PlaybackMethod>OpenRtb.BidRequest.Imp.VideoOrBuilder. getPlaybackmethodList()Playback methods that may be in use.static com.google.protobuf.Internal.EnumLiteMap<OpenRtb.PlaybackMethod>OpenRtb.PlaybackMethod. internalGetValueMap()Methods in com.google.openrtb with parameters of type OpenRtb.PlaybackMethod Modifier and Type Method Description OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addPlaybackmethod(OpenRtb.PlaybackMethod value)Playback methods that may be in use.OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. setPlaybackmethod(int index, OpenRtb.PlaybackMethod value)Playback methods that may be in use.Method parameters in com.google.openrtb with type arguments of type OpenRtb.PlaybackMethod Modifier and Type Method Description OpenRtb.BidRequest.Imp.Video.BuilderOpenRtb.BidRequest.Imp.Video.Builder. addAllPlaybackmethod(Iterable<? extends OpenRtb.PlaybackMethod> values)Playback methods that may be in use.
-