case class RawThreadMetadata(archived: Boolean, autoArchiveDuration: Int, archiveTimestamp: OffsetDateTime, locked: Boolean, invitable: Option[Boolean]) extends Product with Serializable
Thread specific info.
- archived
If the thread is archived.
- autoArchiveDuration
How long in minutes until the thread will be auto archived.
- archiveTimestamp
When the thread's archive status was last changed
- locked
If the thread is locked.
- Source
- rawData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawThreadMetadata
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RawThreadMetadata(archived: Boolean, autoArchiveDuration: Int, archiveTimestamp: OffsetDateTime, locked: Boolean, invitable: Option[Boolean])
- archived
If the thread is archived.
- autoArchiveDuration
How long in minutes until the thread will be auto archived.
- archiveTimestamp
When the thread's archive status was last changed
- locked
If the thread is locked.
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
- val archiveTimestamp: OffsetDateTime
- val archived: Boolean
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val autoArchiveDuration: Int
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val invitable: Option[Boolean]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val locked: Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- 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])