implicit class InitResponseLens[UpperPB] extends ObjectLens[UpperPB, InitResponse]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InitResponseLens
- ObjectLens
- Lens
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new InitResponseLens(_l: Lens[UpperPB, InitResponse])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def :=(a: InitResponse): Mutation[UpperPB]
- Definition Classes
- Lens
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def adCacheControl: Lens[UpperPB, AdCacheControl]
- def adCacheMaxAge: Lens[UpperPB, Int]
- def adCachePlacementControl: Lens[UpperPB, Map[String, AdCachePlacementControl]]
- def adNetworks: Lens[UpperPB, Seq[AdNetwork]]
- def adNetworksLoadingTimeout: Lens[UpperPB, Int]
- def adRequestTmax: Lens[UpperPB, Int]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assetCacheConfiguration: Lens[UpperPB, Configuration]
- def bmifvTtlSessions: Lens[UpperPB, Int]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def compose[B](other: Lens[InitResponse, B]): Lens[UpperPB, B]
- Definition Classes
- Lens
- def endpoint: Lens[UpperPB, String]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def event: Lens[UpperPB, Seq[Event]]
- def eventConfiguration: Lens[UpperPB, EventConfiguration]
- def extras: Lens[UpperPB, Extras]
- def field[A](getter: (InitResponse) => A)(setter: (InitResponse, A) => InitResponse): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def field[A](lens: Lens[InitResponse, A]): Lens[UpperPB, A]
- Definition Classes
- ObjectLens
- def get(u: UpperPB): InitResponse
- 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: (InitResponse) => InitResponse): 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 optionalAssetCacheConfiguration: Lens[UpperPB, Option[Configuration]]
- def optionalEventConfiguration: Lens[UpperPB, Option[EventConfiguration]]
- def optionalExtras: Lens[UpperPB, Option[Extras]]
- def optionalSdkAnalyticConfig: Lens[UpperPB, Option[SdkAnalyticConfig]]
- def optionalSdkAnalyticConfigV2: Lens[UpperPB, Option[Configuration]]
- def restrictionMode: Lens[UpperPB, RestrictionMode]
- def sdkAnalyticConfig: Lens[UpperPB, SdkAnalyticConfig]
- def sdkAnalyticConfigV2: Lens[UpperPB, Configuration]
- def sessionResetAfter: Lens[UpperPB, Int]
- def set(c: InitResponse): Mutation[UpperPB]
- Definition Classes
- ObjectLens → Lens
- def setIfDefined(aOpt: Option[InitResponse]): Mutation[UpperPB]
- Definition Classes
- Lens
- def showWithoutInternet: Lens[UpperPB, Boolean]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tokenConfigurations: Lens[UpperPB, Seq[TokenConfiguration]]
- def update(ms: (Lens[InitResponse, InitResponse]) => Mutation[InitResponse]*): Mutation[UpperPB]
- Definition Classes
- ObjectLens
- 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, (InitResponse, 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)