Uses of Class
com.xero.models.accounting.Action.StatusEnum
-
Packages that use Action.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Action.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Action.StatusEnum Modifier and Type Method Description static Action.StatusEnumAction.StatusEnum. fromValue(String value)fromValueAction.StatusEnumAction. getStatus()Status of the action for this organisationstatic Action.StatusEnumAction.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Action.StatusEnum[]Action.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Action.StatusEnum Modifier and Type Method Description voidAction. setStatus(Action.StatusEnum status)Status of the action for this organisationActionAction. status(Action.StatusEnum status)Status of the action for this organisation
-