case class DashboardContent(id: String, name: String, description: String, data_raw: Option[DashboardData]) extends VersionedEntityContentAuth[DashboardContent] with DashboardDataProperties with WithOptions with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DashboardContent
- Serializable
- Product
- Equals
- WithOptions
- DashboardDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DashboardContent(id: String, name: String, description: String, data_raw: Option[DashboardData])
Type Members
- type TEntityData = DashboardData
- Definition Classes
- DashboardContent → VersionedEntityContentAuth
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def access: Option[UserAccess]
- Definition Classes
- DashboardContent → DashboardDataProperties
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authScope: Dashboards.type
- Definition Classes
- DashboardContent → VersionedEntityContentAuth
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def components: List[DashboardComponent]
- Definition Classes
- DashboardContent → DashboardDataProperties
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, timeline: DashboardTimeline = this.timeline, components: List[DashboardComponent] = this.components, access: Option[UserAccess] = this.access): DashboardContent
- def data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
- def dataEquals(other: DashboardContent): Boolean
- def dataKey: (String, String, DashboardTimeline, List[(String, (String, Option[String]), Set[String], List[(String, (String, List[String], List[String], Option[DashboardComponentFilter], Map[String, Double], Option[String], List[DashboardDisplayAlert]))])])
- val data_raw: Option[DashboardData]
- Definition Classes
- DashboardContent → VersionedEntityContentAuth
- val description: String
- Definition Classes
- DashboardContent → VersionedEntityContent
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def getOptions: Options
- Definition Classes
- DashboardContent → WithOptions
- val id: String
- Definition Classes
- DashboardContent → VersionedEntityContent
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def monitoredDisplays: Set[(String, String)]
- val name: String
- Definition Classes
- DashboardContent → VersionedEntityContent
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def options: Map[String, String]
- Definition Classes
- DashboardContent → DashboardDataProperties
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restrict(authorization: AuthorizationManager): DashboardContent
- Definition Classes
- VersionedEntityContentAuth
- def stripped: DashboardContent
- Definition Classes
- DashboardContent → VersionedEntityContentAuth
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tag: String
- def tagEquals(other: DashboardContent): Boolean
- def tagKey: (String, String, DashboardTimeline, List[(String, Option[String])])
- def timeline: DashboardTimeline
- Definition Classes
- DashboardContent → DashboardDataProperties
- def timelineEquals(other: DashboardContent): Boolean
- def timelineKey: (String, String, DashboardTimeline, List[(String, Option[String])])
- 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]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)