Uses of Enum
com.xero.models.accounting.Overpayment.StatusEnum
Packages that use Overpayment.StatusEnum
-
Uses of Overpayment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Overpayment.StatusEnumModifier and TypeMethodDescriptionstatic Overpayment.StatusEnumfromValueOverpayment.getStatus()See Overpayment Status Codesstatic Overpayment.StatusEnumReturns the enum constant of this type with the specified name.static Overpayment.StatusEnum[]Overpayment.StatusEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.xero.models.accounting with parameters of type Overpayment.StatusEnumModifier and TypeMethodDescriptionvoidOverpayment.setStatus(Overpayment.StatusEnum status) See Overpayment Status CodesOverpayment.status(Overpayment.StatusEnum status) See Overpayment Status Codes