| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static QuoteStatusCodes |
QuoteStatusCodes.fromValue(String value) |
QuoteStatusCodes |
Quote.getStatus()
Get status
|
static QuoteStatusCodes |
QuoteStatusCodes.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Quote.setStatus(QuoteStatusCodes status) |
Quote |
Quote.status(QuoteStatusCodes status) |
Copyright © 2020. All rights reserved.