Uses of Class
com.xero.models.accounting.QuoteStatusCodes
-
Packages that use QuoteStatusCodes Package Description com.xero.models.accounting -
-
Uses of QuoteStatusCodes in com.xero.models.accounting
Methods in com.xero.models.accounting that return QuoteStatusCodes Modifier and Type Method Description static QuoteStatusCodesQuoteStatusCodes. fromValue(String value)fromValueQuoteStatusCodesQuote. getStatus()Get statusstatic QuoteStatusCodesQuoteStatusCodes. valueOf(String name)Returns the enum constant of this type with the specified name.static QuoteStatusCodes[]QuoteStatusCodes. 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 QuoteStatusCodes Modifier and Type Method Description voidQuote. setStatus(QuoteStatusCodes status)statusQuoteQuote. status(QuoteStatusCodes status)status
-