Uses of Enum
com.xero.models.appstore.Plan.StatusEnum
Packages that use Plan.StatusEnum
-
Uses of Plan.StatusEnum in com.xero.models.appstore
Methods in com.xero.models.appstore that return Plan.StatusEnumModifier and TypeMethodDescriptionstatic Plan.StatusEnumfromValuePlan.getStatus()Status of the plan.static Plan.StatusEnumReturns the enum constant of this type with the specified name.static Plan.StatusEnum[]Plan.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.appstore with parameters of type Plan.StatusEnumModifier and TypeMethodDescriptionvoidPlan.setStatus(Plan.StatusEnum status) Status of the plan.Plan.status(Plan.StatusEnum status) Status of the plan.