case class ServiceUserGroupContent(id: String, name: String, description: String, data_raw: Option[ServiceUserGroupData]) extends VersionedEntityContentAuth[ServiceUserGroupContent] with ServiceUserGroupDataProperties with WithOptions with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ServiceUserGroupContent
- Serializable
- Product
- Equals
- WithOptions
- ServiceUserGroupDataProperties
- VersionedEntityContentAuth
- VersionedEntityContent
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ServiceUserGroupContent(id: String, name: String, description: String, data_raw: Option[ServiceUserGroupData])
Type Members
- type TEntityData = ServiceUserGroupData
- Definition Classes
- ServiceUserGroupContent → 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authScope: Users.type
- Definition Classes
- ServiceUserGroupContent → VersionedEntityContentAuth
- def authorization: Map[String, List[String]]
- Definition Classes
- ServiceUserGroupContent → ServiceUserGroupDataProperties
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def copy(id: String = this.id, name: String = this.name, description: String = this.description, options: Map[String, String] = this.options, authorization: Map[String, List[String]] = this.authorization, tags: Option[List[String]] = this.tags): ServiceUserGroupContent
- def data: TEntityData
- Attributes
- protected
- Definition Classes
- VersionedEntityContentAuth
- val data_raw: Option[ServiceUserGroupData]
- Definition Classes
- ServiceUserGroupContent → VersionedEntityContentAuth
- val description: String
- Definition Classes
- ServiceUserGroupContent → 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
- ServiceUserGroupContent → WithOptions
- val id: String
- Definition Classes
- ServiceUserGroupContent → VersionedEntityContent
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- Definition Classes
- ServiceUserGroupContent → 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
- ServiceUserGroupContent → ServiceUserGroupDataProperties
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def restrict(authorization: AuthorizationManager): ServiceUserGroupContent
- Definition Classes
- VersionedEntityContentAuth
- def stripped: ServiceUserGroupContent
- Definition Classes
- ServiceUserGroupContent → VersionedEntityContentAuth
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def tags: Option[List[String]]
- Definition Classes
- ServiceUserGroupContent → ServiceUserGroupDataProperties
- 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)