implicit final class JsonWebKeyMutableBuilder[Self <: JsonWebKey] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JsonWebKeyMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new JsonWebKeyMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setCrv(value: String): Self
- Annotations
- @inline()
- def setCrvUndefined: Self
- Annotations
- @inline()
- def setD(value: String): Self
- Annotations
- @inline()
- def setDUndefined: Self
- Annotations
- @inline()
- def setDp(value: String): Self
- Annotations
- @inline()
- def setDpUndefined: Self
- Annotations
- @inline()
- def setDq(value: String): Self
- Annotations
- @inline()
- def setDqUndefined: Self
- Annotations
- @inline()
- def setE(value: String): Self
- Annotations
- @inline()
- def setEUndefined: Self
- Annotations
- @inline()
- def setK(value: String): Self
- Annotations
- @inline()
- def setKUndefined: Self
- Annotations
- @inline()
- def setKty(value: String): Self
- Annotations
- @inline()
- def setKtyUndefined: Self
- Annotations
- @inline()
- def setN(value: String): Self
- Annotations
- @inline()
- def setNUndefined: Self
- Annotations
- @inline()
- def setP(value: String): Self
- Annotations
- @inline()
- def setPUndefined: Self
- Annotations
- @inline()
- def setQ(value: String): Self
- Annotations
- @inline()
- def setQUndefined: Self
- Annotations
- @inline()
- def setQi(value: String): Self
- Annotations
- @inline()
- def setQiUndefined: Self
- Annotations
- @inline()
- def setX(value: String): Self
- Annotations
- @inline()
- def setXUndefined: Self
- Annotations
- @inline()
- def setY(value: String): Self
- Annotations
- @inline()
- def setYUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self