trait StackOverflowPost extends StackOverflowElement
A Stack Overflow post, that is, a question or an answer.
- Alphabetic
- By Inheritance
- StackOverflowPost
- StackOverflowElement
- JsonSerializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
bindComments(otherComments: Seq[StackOverflowComment]): StackOverflowPost
Constructs a new StackOverflowPost binding it to a new set of comments.
Constructs a new StackOverflowPost binding it to a new set of comments.
Essentially used only during parsing.
- otherComments
a set of comments.
- returns
a new StackOverflowPost with the same properties of this but with
otherComments
as its comments.
-
abstract
def
bindInformationUnits(informationUnitsToBind: Seq[InformationUnit]): StackOverflowPost
Binds the information units for this post.
Binds the information units for this post.
- informationUnitsToBind
a set of information units.
- returns
a new question with the same properties of this but with
informationUnitsToBind
as its information units.
- Definition Classes
- StackOverflowPost → StackOverflowElement
-
abstract
val
comments: Seq[StackOverflowComment]
The comments of this post.
-
abstract
val
communityOwnedDate: Option[Date]
The date on which the community owned this post, if that happened.
-
abstract
val
creationDate: Date
The creation date.
The creation date.
- Definition Classes
- StackOverflowElement
-
abstract
val
id: Int
The id of the element, as in the Stack Overflow dump.
The id of the element, as in the Stack Overflow dump.
- Definition Classes
- StackOverflowElement
-
abstract
val
informationUnits: Seq[InformationUnit]
The sequence of information units that compose this element.
The sequence of information units that compose this element.
- Definition Classes
- StackOverflowElement
-
abstract
val
lastActivityDate: Date
The last activity date of this post.
-
abstract
val
lastEditDate: Option[Date]
The last edit date of this post.
-
abstract
val
owner: Option[StackOverflowUser]
The owner (poster) of this element, if present in the dump.
The owner (poster) of this element, if present in the dump.
- Definition Classes
- StackOverflowElement
-
abstract
val
score: Int
The score of this post (depending on the upvotes and downvotes given).
Concrete 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
-
lazy val
allUnits: Seq[InformationUnit]
The sequence of all information units for this post, merging the one of this post and all the ones of its comments.
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- StackOverflowElement → AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
metaInformation: Seq[MetaInformation[_]]
The meta information provided by the artifact
The meta information provided by the artifact
- Definition Classes
- StackOverflowElement
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
toText: String
A textual representation of this element
A textual representation of this element
- Definition Classes
- StackOverflowElement
-
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( ... )