implicit class PlacementLens[UpperPB] extends ObjectLens[UpperPB, Placement]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PlacementLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: Placement): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def admx: Lens[UpperPB, Boolean]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def badv: Lens[UpperPB, Seq[String]]
- def bapp: Lens[UpperPB, Seq[String]]
- def battr: Lens[UpperPB, Seq[CreativeAttribute]]
- def bcat: Lens[UpperPB, Seq[String]]
- def cattax: Lens[UpperPB, CategoryTaxonomy]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[Placement, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def curlx: Lens[UpperPB, Boolean]
- def display: Lens[UpperPB, DisplayPlacement]
- 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: (Placement) => A)(setter: (Placement, A) => Placement): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[Placement, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): Placement
- Definition Classes
- ObjectLens → Lens
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def modify(f: (Placement) => Placement): 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 optionalDisplay: Lens[UpperPB, Option[DisplayPlacement]]
- def optionalExt: Lens[UpperPB, Option[Struct]]
- def optionalVideo: Lens[UpperPB, Option[VideoPlacement]]
- def reward: Lens[UpperPB, Boolean]
- def sdk: Lens[UpperPB, String]
- def sdkver: Lens[UpperPB, String]
- def secure: Lens[UpperPB, Boolean]
- def set(c: Placement): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[Placement]): Mutation[UpperPB]
- Definition Classes
- Lens
- def ssai: Lens[UpperPB, Int]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tagid: Lens[UpperPB, String]
- def toString(): String
- Definition Classes
- AnyRef → Any
- def update(ms: (Lens[Placement, Placement]) => Mutation[Placement]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- def video: Lens[UpperPB, VideoPlacement]
- 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 wlang: Lens[UpperPB, Seq[String]]
- def zip[B](other: Lens[UpperPB, B]): Lens[UpperPB, (Placement, 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)