ImprovTools
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
ImprovTools
:features:suggestions:data
/
com.brokenkernel.improvtools.suggestions.data.storage
/
IdeaCategoryODS
Idea
Category
ODS
@
Serializable
class
IdeaCategoryODS
(
title
:
String
,
val
showLinkToEmotion
:
Boolean
=
false
,
val
ideas
:
Set
<
IdeaItemODS
>
)
(
source
)
Members
Constructors
Idea
Category
ODS
Link copied to clipboard
constructor
(
title
:
String
,
showLinkToEmotion
:
Boolean
=
false
,
ideas
:
Set
<
IdeaItemODS
>
)
Properties
ideas
Link copied to clipboard
val
ideas
:
Set
<
IdeaItemODS
>
show
Link
To
Emotion
Link copied to clipboard
val
showLinkToEmotion
:
Boolean
Functions
all
Wordsfor
Category
Link copied to clipboard
fun
allWordsforCategory
(
)
:
ImmutableList
<
String
>
category
Title
Link copied to clipboard
fun
categoryTitle
(
)
:
String
title
With
Count
Link copied to clipboard
fun
titleWithCount
(
)
:
String