toggle menu
DICE API Documentation
JVM
switch theme
search in API
DICE API Documentation
/
com.embabel.dice.common
/
VetoedEntity
Vetoed
Entity
data
class
VetoedEntity
(
val
suggested
:
SuggestedEntity
)
:
SuggestedEntityResolution
We do not want to progress with this suggested entity.
Members
Constructors
Vetoed
Entity
Link copied to clipboard
constructor
(
suggested
:
SuggestedEntity
)
Properties
existing
Link copied to clipboard
open
override
val
existing
:
Nothing
?
=
null
recommended
Link copied to clipboard
open
override
val
recommended
:
Nothing
?
=
null
suggested
Link copied to clipboard
open
override
val
suggested
:
SuggestedEntity
Functions
info
String
Link copied to clipboard
open
fun
infoString
(
verbose
:
Boolean
?
,
indent
:
Int
)
:
String