Package | Description |
---|---|
com.intuit.ipp.data |
Copyright (c) 2017 Intuit
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
com.intuit.ipp.serialization.custom |
Modifier and Type | Field and Description |
---|---|
protected EmailStatusEnum |
SalesTransaction.emailStatus |
protected EmailStatusEnum |
PurchaseOrder.emailStatus |
Modifier and Type | Method and Description |
---|---|
static EmailStatusEnum |
EmailStatusEnum.fromValue(String v) |
EmailStatusEnum |
SalesTransaction.getEmailStatus()
Gets the value of the emailStatus property.
|
EmailStatusEnum |
PurchaseOrder.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 |
SalesTransaction.setEmailStatus(EmailStatusEnum value)
Sets the value of the emailStatus property.
|
void |
PurchaseOrder.setEmailStatus(EmailStatusEnum value)
Sets the value of the emailStatus property.
|
Modifier and Type | Method and Description |
---|---|
void |
EmailStatusEnumJsonSerializer.serialize(EmailStatusEnum value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2017. All rights reserved.