Uses of Class
com.xero.models.accounting.QuoteLineAmountTypes
-
Packages that use QuoteLineAmountTypes Package Description com.xero.models.accounting -
-
Uses of QuoteLineAmountTypes in com.xero.models.accounting
Methods in com.xero.models.accounting that return QuoteLineAmountTypes Modifier and Type Method Description static QuoteLineAmountTypesQuoteLineAmountTypes. fromValue(String value)fromValueQuoteLineAmountTypesQuote. getLineAmountTypes()Get lineAmountTypesstatic QuoteLineAmountTypesQuoteLineAmountTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteLineAmountTypes[]QuoteLineAmountTypes. 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 QuoteLineAmountTypes Modifier and Type Method Description QuoteQuote. lineAmountTypes(QuoteLineAmountTypes lineAmountTypes)lineAmountTypesvoidQuote. setLineAmountTypes(QuoteLineAmountTypes lineAmountTypes)lineAmountTypes
-