public class Action extends Object
| Constructor and Description |
|---|
Action() |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
actionType()
Get the actionType value.
|
Action |
withActionType(ActionType actionType)
Set the actionType value.
|
public ActionType actionType()
public Action withActionType(ActionType actionType)
actionType - the actionType value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/