Uses of Class
com.xero.models.accounting.Action
-
Packages that use Action Package Description com.xero.models.accounting -
-
Uses of Action in com.xero.models.accounting
Methods in com.xero.models.accounting that return Action Modifier and Type Method Description ActionAction. name(String name)Name of the actions for this organisationActionAction. status(Action.StatusEnum status)Status of the action for this organisationMethods in com.xero.models.accounting that return types with arguments of type Action Modifier and Type Method Description List<Action>Actions. getActions()Get actionsMethods in com.xero.models.accounting with parameters of type Action Modifier and Type Method Description ActionsActions. addActionsItem(Action actionsItem)actionsMethod parameters in com.xero.models.accounting with type arguments of type Action Modifier and Type Method Description ActionsActions. actions(List<Action> actions)actionsvoidActions. setActions(List<Action> actions)actions
-