Packages

implicit class VideoPlacementLens[UpperPB] extends ObjectLens[UpperPB, VideoPlacement]

Linear Supertypes
ObjectLens[UpperPB, VideoPlacement], Lens[UpperPB, VideoPlacement], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VideoPlacementLens
  2. ObjectLens
  3. Lens
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new VideoPlacementLens(_l: Lens[UpperPB, VideoPlacement])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def :=(a: VideoPlacement): Mutation[UpperPB]
    Definition Classes
    Lens
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def api: Lens[UpperPB, Seq[ApiFramework]]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def boxing: Lens[UpperPB, Boolean]
  8. def clktype: Lens[UpperPB, ClickType]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  10. def comp: Lens[UpperPB, Seq[Companion]]
  11. def compose[B](other: Lens[VideoPlacement, B]): Lens[UpperPB, B]
    Definition Classes
    Lens
  12. def comptype: Lens[UpperPB, Seq[CompanionType]]
  13. def ctype: Lens[UpperPB, Seq[VideoCreativeType]]
  14. def delay: Lens[UpperPB, Int]
  15. def delivery: Lens[UpperPB, Seq[DeliveryMethod]]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. def ext: Lens[UpperPB, Struct]
  19. def extProto: Lens[UpperPB, Seq[Any]]
  20. def field[A](getter: (VideoPlacement) => A)(setter: (VideoPlacement, A) => VideoPlacement): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  21. def field[A](lens: Lens[VideoPlacement, A]): Lens[UpperPB, A]
    Definition Classes
    ObjectLens
  22. def get(u: UpperPB): VideoPlacement
    Definition Classes
    ObjectLens → Lens
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def h: Lens[UpperPB, Int]
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def linear: Lens[UpperPB, LinearityMode]
  28. def maxbitr: Lens[UpperPB, Int]
  29. def maxdur: Lens[UpperPB, Int]
  30. def maxext: Lens[UpperPB, Int]
  31. def maxseq: Lens[UpperPB, Int]
  32. def mime: Lens[UpperPB, Seq[String]]
  33. def minbitr: Lens[UpperPB, Int]
  34. def mindur: Lens[UpperPB, Int]
  35. def modify(f: (VideoPlacement) => VideoPlacement): Mutation[UpperPB]
    Definition Classes
    Lens
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  39. def optionalExt: Lens[UpperPB, Option[Struct]]
  40. def playend: Lens[UpperPB, PlaybackCessationMode]
  41. def playmethod: Lens[UpperPB, PlaybackMethod]
  42. def pos: Lens[UpperPB, PlacementPosition]
  43. def ptype: Lens[UpperPB, VideoPlacementType]
  44. def set(c: VideoPlacement): Mutation[UpperPB]
    Definition Classes
    ObjectLens → Lens
  45. def setIfDefined(aOpt: Option[VideoPlacement]): Mutation[UpperPB]
    Definition Classes
    Lens
  46. def skip: Lens[UpperPB, Boolean]
  47. def skipafter: Lens[UpperPB, Int]
  48. def skipmin: Lens[UpperPB, Int]
  49. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    AnyRef → Any
  51. def unit: Lens[UpperPB, SizeUnit]
  52. def update(ms: (Lens[VideoPlacement, VideoPlacement]) => Mutation[VideoPlacement]*): Mutation[UpperPB]
    Definition Classes
    ObjectLens
  53. def w: Lens[UpperPB, Int]
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (VideoPlacement, B)]
    Definition Classes
    Lens

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ObjectLens[UpperPB, VideoPlacement]

Inherited from Lens[UpperPB, VideoPlacement]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped