case class Entity(id: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, policies: List[String] = List.empty, aliases: List[EntityAlias] = List.empty, groups: List[String] = List.empty, directGroups: List[String] = List.empty, inheritedGroups: List[String] = List.empty, namespaceId: String, disabled: Boolean = false, metadata: Map[String, String] = Map.empty) extends Base with Product with Serializable
Ordering
- Alphabetic
 - By Inheritance
 
Inherited
- Entity
 - Serializable
 - Product
 - Equals
 - Base
 - AnyRef
 - Any
 
Implicitly
- by StringFormat
 - by Ensuring
 - by ArrowAssoc
 
- Hide All
 - Show All
 
Visibility
- Public
 - Protected
 
Instance Constructors
-  new Entity(id: String, name: String, creationTime: OffsetDateTime, lastUpdateTime: OffsetDateTime, policies: List[String] = List.empty, aliases: List[EntityAlias] = List.empty, groups: List[String] = List.empty, directGroups: List[String] = List.empty, inheritedGroups: List[String] = List.empty, namespaceId: String, disabled: Boolean = false, metadata: Map[String, String] = Map.empty)
 
Value Members
-   final  def !=(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -   final  def ##: Int
- Definition Classes
 - AnyRef → Any
 
 -  def ->[B](y: B): (Entity, B)
 -   final  def ==(arg0: Any): Boolean
- Definition Classes
 - AnyRef → Any
 
 -  val aliases: List[EntityAlias]
 -   final  def asInstanceOf[T0]: T0
- Definition Classes
 - Any
 
 -    def clone(): AnyRef
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.CloneNotSupportedException]) @native()
 
 -  val creationTime: OffsetDateTime
 -  val directGroups: List[String]
 -  val disabled: Boolean
 -  def ensuring(cond: (Entity) => Boolean, msg: => Any): Entity
 -  def ensuring(cond: (Entity) => Boolean): Entity
 -  def ensuring(cond: Boolean, msg: => Any): Entity
 -  def ensuring(cond: Boolean): Entity
 -   final  def eq(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -    def finalize(): Unit
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.Throwable])
 
 -  def formatted(fmtstr: String): String
 -   final  def getClass(): Class[_ <: AnyRef]
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native()
 
 -  val groups: List[String]
 -  val id: String
 -  val inheritedGroups: List[String]
 -   final  def isInstanceOf[T0]: Boolean
- Definition Classes
 - Any
 
 -  val lastUpdateTime: OffsetDateTime
 -  val metadata: Map[String, String]
 -  val name: String
 -  val namespaceId: String
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @native()
 
 -  val policies: List[String]
 -    def productElementNames: Iterator[String]
- Definition Classes
 - Product
 
 -   final  def synchronized[T0](arg0: => T0): T0
- Definition Classes
 - AnyRef
 
 -   final  def wait(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @throws(classOf[java.lang.InterruptedException])
 
 -   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()
 
 
Deprecated Value Members
-    def →[B](y: B): (Entity, B)
- Implicit
 - This member is added by an implicit conversion from Entity toArrowAssoc[Entity] performed by method ArrowAssoc in scala.Predef.
 - Definition Classes
 - ArrowAssoc
 - Annotations
 - @deprecated
 - Deprecated
 (Since version 2.13.0) Use
->instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.