Uses of Enum
com.xero.models.finance.ProblemType
Packages that use ProblemType
-
Uses of ProblemType in com.xero.models.finance
Methods in com.xero.models.finance that return ProblemTypeModifier and TypeMethodDescriptionstatic ProblemTypefromValueProblem.getType()Get typestatic ProblemTypeReturns the enum constant of this type with the specified name.static ProblemType[]ProblemType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.finance with parameters of type ProblemTypeModifier and TypeMethodDescriptionvoidProblem.setType(ProblemType type) typeProblem.type(ProblemType type) type