final case class DisplayPlacement(instl: Boolean = false, topframe: Boolean = false, clktype: Option[ClickType] = _root_.scala.None, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, unit: Option[SizeUnit] = _root_.scala.None, ext: Option[DisplayPlacementExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[DisplayPlacement] with Product with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
Updatable[DisplayPlacement], GeneratedMessage, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DisplayPlacement
  2. Updatable
  3. GeneratedMessage
  4. Serializable
  5. Product
  6. Equals
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new DisplayPlacement(instl: Boolean = false, topframe: Boolean = false, clktype: Option[ClickType] = _root_.scala.None, mime: Seq[String] = _root_.scala.Seq.empty, api: Seq[ApiFramework] = _root_.scala.Seq.empty, w: Option[Int] = _root_.scala.None, h: Option[Int] = _root_.scala.None, unit: Option[SizeUnit] = _root_.scala.None, ext: Option[DisplayPlacementExt] = _root_.scala.None, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAllApi(__vs: Iterable[ApiFramework]): DisplayPlacement
  5. def addAllMime(__vs: Iterable[String]): DisplayPlacement
  6. def addApi(__vs: ApiFramework*): DisplayPlacement
  7. def addMime(__vs: String*): DisplayPlacement
  8. val api: Seq[ApiFramework]
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clearApi: DisplayPlacement
  11. def clearClktype: DisplayPlacement
  12. def clearExt: DisplayPlacement
  13. def clearH: DisplayPlacement
  14. def clearMime: DisplayPlacement
  15. def clearUnit: DisplayPlacement
  16. def clearW: DisplayPlacement
  17. val clktype: Option[ClickType]
  18. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  19. def companion: DisplayPlacement.type
    Definition Classes
    DisplayPlacement → GeneratedMessage
  20. def discardUnknownFields: DisplayPlacement
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. val ext: Option[DisplayPlacementExt]
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  24. def getClktype: ClickType
  25. def getExt: DisplayPlacementExt
  26. def getField(__field: FieldDescriptor): PValue
    Definition Classes
    DisplayPlacement → GeneratedMessage
  27. def getFieldByNumber(__fieldNumber: Int): Any
    Definition Classes
    DisplayPlacement → GeneratedMessage
  28. def getH: Int
  29. def getUnit: SizeUnit
  30. def getW: Int
  31. val h: Option[Int]
  32. val instl: Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. val mime: Seq[String]
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  38. def productElementNames: Iterator[String]
    Definition Classes
    Product
  39. def serializedSize: Int
    Definition Classes
    DisplayPlacement → GeneratedMessage
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. final def toByteArray: Array[Byte]
    Definition Classes
    GeneratedMessage
  42. final def toByteString: ByteString
    Definition Classes
    GeneratedMessage
  43. final def toPMessage: PMessage
    Definition Classes
    GeneratedMessage
  44. def toProtoString: String
    Definition Classes
    DisplayPlacement → GeneratedMessage
  45. val topframe: Boolean
  46. val unit: Option[SizeUnit]
  47. val unknownFields: UnknownFieldSet
  48. def update(ms: (Lens[DisplayPlacement, DisplayPlacement]) => Mutation[DisplayPlacement]*): DisplayPlacement
    Definition Classes
    Updatable
  49. val w: Option[Int]
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. def withApi(__v: Seq[ApiFramework]): DisplayPlacement
  54. def withClktype(__v: ClickType): DisplayPlacement
  55. def withExt(__v: DisplayPlacementExt): DisplayPlacement
  56. def withH(__v: Int): DisplayPlacement
  57. def withInstl(__v: Boolean): DisplayPlacement
  58. def withMime(__v: Seq[String]): DisplayPlacement
  59. def withTopframe(__v: Boolean): DisplayPlacement
  60. def withUnit(__v: SizeUnit): DisplayPlacement
  61. def withUnknownFields(__v: UnknownFieldSet): DisplayPlacement
  62. def withW(__v: Int): DisplayPlacement
  63. final def writeDelimitedTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage
  64. def writeTo(_output__: CodedOutputStream): Unit
    Definition Classes
    DisplayPlacement → GeneratedMessage
  65. final def writeTo(output: OutputStream): Unit
    Definition Classes
    GeneratedMessage

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 Updatable[DisplayPlacement]

Inherited from GeneratedMessage

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped