|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ItemArrivedWithinEDDCodeType>
com.ebay.soap.eBLBaseComponents.ItemArrivedWithinEDDCodeType
public enum ItemArrivedWithinEDDCodeType
Java class for ItemArrivedWithinEDDCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ItemArrivedWithinEDDCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="EddQuestionWasNotAsked"/> <enumeration value="BuyerDidntProvideAnswer"/> <enumeration value="BuyerIndicatedItemArrivedWithinEDDRange"/> <enumeration value="BuyerIndicatedItemNotArrivedWithinEDDRange"/> <enumeration value="CustomCode"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
BUYER_DIDNT_PROVIDE_ANSWER
This value indicates that the question about the order line item arriving within the estimated delivery time was surfaced to the buyer, but the buyer did not answer this question when they left feedback for the transaction. |
|
BUYER_INDICATED_ITEM_ARRIVED_WITHIN_EDD_RANGE
This value indicates that the buyer indicated that the order line item did arrive within the estimated delivery date when they left feedback for the transaction. |
|
BUYER_INDICATED_ITEM_NOT_ARRIVED_WITHIN_EDD_RANGE
This value indicates that the buyer indicated that the order line item did not arrive within the estimated delivery date when they left feedback for the transaction. |
|
CUSTOM_CODE
(out) Reserved for internal or future use. |
|
EDD_QUESTION_WAS_NOT_ASKED
This value indicates that the question about the order line item arriving within the estimated delivery time was never surfaced to the buyer when the buyer left feedback for the transaction. |
Method Summary | |
---|---|
static ItemArrivedWithinEDDCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static ItemArrivedWithinEDDCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ItemArrivedWithinEDDCodeType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ItemArrivedWithinEDDCodeType EDD_QUESTION_WAS_NOT_ASKED
public static final ItemArrivedWithinEDDCodeType BUYER_DIDNT_PROVIDE_ANSWER
public static final ItemArrivedWithinEDDCodeType BUYER_INDICATED_ITEM_ARRIVED_WITHIN_EDD_RANGE
public static final ItemArrivedWithinEDDCodeType BUYER_INDICATED_ITEM_NOT_ARRIVED_WITHIN_EDD_RANGE
public static final ItemArrivedWithinEDDCodeType CUSTOM_CODE
Method Detail |
---|
public static ItemArrivedWithinEDDCodeType[] values()
for (ItemArrivedWithinEDDCodeType c : ItemArrivedWithinEDDCodeType.values()) System.out.println(c);
public static ItemArrivedWithinEDDCodeType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String value()
public static ItemArrivedWithinEDDCodeType fromValue(java.lang.String v)
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.