ActionType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. healthcareapis. models. ActionType
- com.
- com.
public final class ActionType
extends ExpandableStringEnum<ActionType>
Defines values for ActionType.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Action |
INTERNAL
Static value Internal for Action |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ActionType() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Action |
fromString(String name)
Creates or finds a Action |
|
static
Collection<Action |
values() |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INTERNAL
public static final ActionType INTERNAL
Static value Internal for ActionType.
Constructor Details
ActionType
public ActionType()
Method Details
fromString
public static ActionType fromString(String name)
Creates or finds a ActionType from its string representation.
Parameters:
Returns:
values
public static Collection<ActionType> values()
Returns: