-
public final class ActionEvent.FrustrationAction frustration properties
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classActionEvent.Frustration.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<ActionEvent.Type>type
-
Constructor Summary
Constructors Constructor Description ActionEvent.Frustration(List<ActionEvent.Type> type)
-
Method Summary
Modifier and Type Method Description final List<ActionEvent.Type>getType()final JsonElementtoJson()-
-
Constructor Detail
-
ActionEvent.Frustration
ActionEvent.Frustration(List<ActionEvent.Type> type)
- Parameters:
type- Action frustration types
-
-
Method Detail
-
getType
final List<ActionEvent.Type> getType()
-
toJson
final JsonElement toJson()
-
-
-
-