Class ActionType
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ActionType>
-
- com.azure.resourcemanager.servicelinker.models.ActionType
-
public final class ActionType extends com.azure.core.util.ExpandableStringEnum<ActionType>
Defines values for ActionType.
-
-
Field Summary
Fields Modifier and Type Field Description static ActionType
INTERNAL
Static value Internal for ActionType.
-
Constructor Summary
Constructors Constructor Description ActionType()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ActionType
fromString(String name)
Creates or finds a ActionType from its string representation.static Collection<ActionType>
values()
Gets known ActionType values.
-
-
-
Field Detail
-
INTERNAL
public static final ActionType INTERNAL
Static value Internal for ActionType.
-
-
Method Detail
-
fromString
public static ActionType fromString(String name)
Creates or finds a ActionType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ActionType.
-
values
public static Collection<ActionType> values()
Gets known ActionType values.- Returns:
- known ActionType values.
-
-