implicit class VideoPlacementLens[UpperPB] extends ObjectLens[UpperPB, VideoPlacement]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- VideoPlacementLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new VideoPlacementLens(_l: Lens[UpperPB, VideoPlacement])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: VideoPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def api: Lens[UpperPB, Seq[ApiFramework]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def boxing: Lens[UpperPB, Boolean]
- def clktype: Lens[UpperPB, ClickType]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def comp: Lens[UpperPB, Seq[Companion]]
- def compose[B](other: Lens[VideoPlacement, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def comptype: Lens[UpperPB, Seq[CompanionType]]
- def ctype: Lens[UpperPB, Seq[VideoCreativeType]]
- def delay: Lens[UpperPB, Int]
- def delivery: Lens[UpperPB, Seq[DeliveryMethod]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def ext: Lens[UpperPB, Struct]
- def extProto: Lens[UpperPB, Seq[Any]]
- def field[A](getter: (VideoPlacement) => A)(setter: (VideoPlacement, A) => VideoPlacement): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[VideoPlacement, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): VideoPlacement
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def h: Lens[UpperPB, Int]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def linear: Lens[UpperPB, LinearityMode]
- def maxbitr: Lens[UpperPB, Int]
- def maxdur: Lens[UpperPB, Int]
- def maxext: Lens[UpperPB, Int]
- def maxseq: Lens[UpperPB, Int]
- def mime: Lens[UpperPB, Seq[String]]
- def minbitr: Lens[UpperPB, Int]
- def mindur: Lens[UpperPB, Int]
- def modify(f: (VideoPlacement) => VideoPlacement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def optionalExt: Lens[UpperPB, Option[Struct]]
- def playend: Lens[UpperPB, PlaybackCessationMode]
- def playmethod: Lens[UpperPB, PlaybackMethod]
- def pos: Lens[UpperPB, PlacementPosition]
- def ptype: Lens[UpperPB, VideoPlacementType]
- def set(c: VideoPlacement): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[VideoPlacement]): Mutation[UpperPB]
- Definition Classes
- Lens
- def skip: Lens[UpperPB, Boolean]
- def skipafter: Lens[UpperPB, Int]
- def skipmin: Lens[UpperPB, Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def unit: Lens[UpperPB, SizeUnit]
- def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def w: Lens[UpperPB, Int]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (VideoPlacement, B)]
- Definition Classes
- Lens
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)