| Package | Description |
|---|---|
| com.intuit.ipp.data |
| Modifier and Type | Field and Description |
|---|---|
protected EmailStatusEnum |
PurchaseOrder.emailStatus |
protected EmailStatusEnum |
SalesTransaction.emailStatus |
| Modifier and Type | Method and Description |
|---|---|
static EmailStatusEnum |
EmailStatusEnum.fromValue(String v) |
EmailStatusEnum |
PurchaseOrder.getEmailStatus()
Gets the value of the emailStatus property.
|
EmailStatusEnum |
SalesTransaction.getEmailStatus()
Gets the value of the emailStatus property.
|
static EmailStatusEnum |
EmailStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EmailStatusEnum[] |
EmailStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PurchaseOrder.setEmailStatus(EmailStatusEnum value)
Sets the value of the emailStatus property.
|
void |
SalesTransaction.setEmailStatus(EmailStatusEnum value)
Sets the value of the emailStatus property.
|
Copyright © 2019. All Rights Reserved.