| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static Contact.ContactStatusEnum |
Contact.ContactStatusEnum.fromValue(String value) |
Contact.ContactStatusEnum |
Contact.getContactStatus()
Current status of a contact – see contact status types
|
static Contact.ContactStatusEnum |
Contact.ContactStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contact.ContactStatusEnum[] |
Contact.ContactStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Contact |
Contact.contactStatus(Contact.ContactStatusEnum contactStatus) |
void |
Contact.setContactStatus(Contact.ContactStatusEnum contactStatus) |
Copyright © 2020. All rights reserved.