Uses of Enum
com.xero.models.project.ProjectStatus
Packages that use ProjectStatus
-
Uses of ProjectStatus in com.xero.models.project
Methods in com.xero.models.project that return ProjectStatusModifier and TypeMethodDescriptionstatic ProjectStatusfromValueProject.getStatus()Get statusProjectPatch.getStatus()Get statusstatic ProjectStatusReturns 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 ProjectStatusModifier and TypeMethodDescriptionvoidProject.setStatus(ProjectStatus status) statusvoidProjectPatch.setStatus(ProjectStatus status) statusProject.status(ProjectStatus status) statusProjectPatch.status(ProjectStatus status) status