| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
static ContactGroup.StatusEnum |
ContactGroup.StatusEnum.fromValue(String value) |
ContactGroup.StatusEnum |
ContactGroup.getStatus()
The Status of a contact group.
|
static ContactGroup.StatusEnum |
ContactGroup.StatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContactGroup.StatusEnum[] |
ContactGroup.StatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactGroup.setStatus(ContactGroup.StatusEnum status) |
ContactGroup |
ContactGroup.status(ContactGroup.StatusEnum status) |
Copyright © 2019. All rights reserved.