Uses of Class
com.xero.models.appstore.Plan.StatusEnum
-
Packages that use Plan.StatusEnum Package Description com.xero.models.appstore -
-
Uses of Plan.StatusEnum in com.xero.models.appstore
Methods in com.xero.models.appstore that return Plan.StatusEnum Modifier and Type Method Description static Plan.StatusEnumPlan.StatusEnum. fromValue(String value)fromValuePlan.StatusEnumPlan. getStatus()Status of the plan.static Plan.StatusEnumPlan.StatusEnum. valueOf(String name)Returns 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.StatusEnum Modifier and Type Method Description voidPlan. setStatus(Plan.StatusEnum status)Status of the plan.PlanPlan. status(Plan.StatusEnum status)Status of the plan.
-