Uses of Enum
com.xero.models.accounting.Prepayment.StatusEnum
Packages that use Prepayment.StatusEnum
-
Uses of Prepayment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Prepayment.StatusEnumModifier and TypeMethodDescriptionstatic Prepayment.StatusEnumfromValuePrepayment.getStatus()See Prepayment Status Codesstatic Prepayment.StatusEnumReturns the enum constant of this type with the specified name.static Prepayment.StatusEnum[]Prepayment.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 Prepayment.StatusEnumModifier and TypeMethodDescriptionvoidPrepayment.setStatus(Prepayment.StatusEnum status) See Prepayment Status CodesPrepayment.status(Prepayment.StatusEnum status) See Prepayment Status Codes