Uses of Class
com.xero.models.accounting.Prepayment.StatusEnum
-
Packages that use Prepayment.StatusEnum Package Description com.xero.models.accounting -
-
Uses of Prepayment.StatusEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Prepayment.StatusEnum Modifier and Type Method Description static Prepayment.StatusEnumPrepayment.StatusEnum. fromValue(String value)fromValuePrepayment.StatusEnumPrepayment. getStatus()See Prepayment Status Codesstatic Prepayment.StatusEnumPrepayment.StatusEnum. valueOf(String name)Returns 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.StatusEnum Modifier and Type Method Description voidPrepayment. setStatus(Prepayment.StatusEnum status)See Prepayment Status CodesPrepaymentPrepayment. status(Prepayment.StatusEnum status)See Prepayment Status Codes
-