ControlComment

A comment that's posted by a user on a control. This includes the author's name, the comment text, and a timestamp.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the user who authored the comment.

Link copied to clipboard

The body text of a control comment.

Link copied to clipboard

The time when the comment was posted.

Functions

Link copied to clipboard
inline fun copy(block: ControlComment.Builder.() -> Unit = {}): ControlComment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String