Uses of Class
com.xero.models.project.Task.StatusEnum
-
Packages that use Task.StatusEnum Package Description com.xero.models.project -
-
Uses of Task.StatusEnum in com.xero.models.project
Methods in com.xero.models.project that return Task.StatusEnum Modifier and Type Method Description static Task.StatusEnumTask.StatusEnum. fromValue(String value)fromValueTask.StatusEnumTask. getStatus()Status of the task.static Task.StatusEnumTask.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Task.StatusEnum[]Task.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.project with parameters of type Task.StatusEnum Modifier and Type Method Description voidTask. setStatus(Task.StatusEnum status)Status of the task.TaskTask. status(Task.StatusEnum status)Status of the task.
-