Companion
object Companion
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun simple(id: PollOptionPersistentId, votes: Int = 0, builder: EntitiesBuilderBody): PollOption.Simple
fun simple(id: PollOptionPersistentId, textSources: List<TextSource>, votes: Int = 0): PollOption.Simple
fun simple(id: PollOptionPersistentId, text: String, textSources: List<TextSource>, votes: Int = 0): PollOption.Simple