case class ITagRef(id: String, name: String) extends ITagItem with IReference with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- ITagRef
- Serializable
- Serializable
- Product
- Equals
- IReference
- ITagItem
- IAPIObjectItem
- IResponse
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ITagRef(id: String, name: String)
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
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
val
id: String
a machine-readable ID of this tag, starts with an @
a machine-readable ID of this tag, starts with an @
- Definition Classes
- ITagRef → ITagItem → IAPIObjectItem
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
kind: String
the kind of object this represents
the kind of object this represents
- Definition Classes
- ITagItem → IAPIObjectItem
-
val
name: String
the name of this tag
the name of this tag
- Definition Classes
- ITagRef → ITagItem → IAPIObjectItem
-
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
parent: Option[IReference]
the parent of this object, if any
the parent of this object, if any
- Definition Classes
- ITagItem → IAPIObjectItem
-
val
ref: Boolean
weather this object is a reference or a full description
weather this object is a reference or a full description
- Definition Classes
- IReference → IAPIObjectItem
-
val
statistics: Option[List[IStatistic]]
statistics of this element (if any)
statistics of this element (if any)
- Definition Classes
- IReference → IAPIObjectItem
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toJSON: JSON
serializes this object into a JSON Object
serializes this object into a JSON Object
- Definition Classes
- IAPIObjectItem → IResponse
-
def
toJSONBuffer: JSONObjectBuffer
serializes this response into a JSONObject Buffer
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()