Class Action
- java.lang.Object
-
- com.microsoft.azure.keyvault.models.Action
-
public class Action extends Object
The action that will be executed.
-
-
Constructor Summary
Constructors Constructor Description Action()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionType
actionType()
Get the actionType value.Action
withActionType(ActionType actionType)
Set the actionType value.
-
-
-
Method Detail
-
actionType
public ActionType actionType()
Get the actionType value.- Returns:
- the actionType value
-
withActionType
public Action withActionType(ActionType actionType)
Set the actionType value.- Parameters:
actionType
- the actionType value to set- Returns:
- the Action object itself.
-
-