| Modifier and Type | Method and Description |
|---|---|
ActionCategory |
ActionProps.getCategory() |
ActionCategory |
ActionProps.Jsii$Proxy.getCategory() |
ActionCategory |
Action.getCategory()
The category of the action.
|
static ActionCategory |
ActionCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionCategory[] |
ActionCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ActionProps.setCategory(ActionCategory value) |
void |
ActionProps.Jsii$Proxy.setCategory(ActionCategory value) |
ActionProps.Builder |
ActionProps.Builder.withCategory(ActionCategory value)
Sets the value of Category
|
Copyright © 2019. All rights reserved.