Uses of Class
com.xero.models.accounting.Invoice.TypeEnum
-
Packages that use Invoice.TypeEnum Package Description com.xero.models.accounting -
-
Uses of Invoice.TypeEnum in com.xero.models.accounting
Methods in com.xero.models.accounting that return Invoice.TypeEnum Modifier and Type Method Description static Invoice.TypeEnumInvoice.TypeEnum. fromValue(String value)fromValueInvoice.TypeEnumInvoice. getType()See Invoice Typesstatic Invoice.TypeEnumInvoice.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Invoice.TypeEnum[]Invoice.TypeEnum. 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 Invoice.TypeEnum Modifier and Type Method Description voidInvoice. setType(Invoice.TypeEnum type)See Invoice TypesInvoiceInvoice. type(Invoice.TypeEnum type)See Invoice Types
-