Uses of Class
com.xero.models.project.ProjectStatus
-
Packages that use ProjectStatus Package Description com.xero.models.project -
-
Uses of ProjectStatus in com.xero.models.project
Methods in com.xero.models.project that return ProjectStatus Modifier and Type Method Description static ProjectStatusProjectStatus. fromValue(String value)fromValueProjectStatusProject. getStatus()Get statusProjectStatusProjectPatch. getStatus()Get statusstatic ProjectStatusProjectStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProjectStatus[]ProjectStatus. 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 ProjectStatus Modifier and Type Method Description voidProject. setStatus(ProjectStatus status)statusvoidProjectPatch. setStatus(ProjectStatus status)statusProjectProject. status(ProjectStatus status)statusProjectPatchProjectPatch. status(ProjectStatus status)status
-