Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum ItemArrivedWithinEDDCodeType

java.lang.Object
  extended by java.lang.Enum<ItemArrivedWithinEDDCodeType>
      extended by com.ebay.soap.eBLBaseComponents.ItemArrivedWithinEDDCodeType
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<ItemArrivedWithinEDDCodeType>

public enum ItemArrivedWithinEDDCodeType
extends java.lang.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

EDD_QUESTION_WAS_NOT_ASKED

public static final ItemArrivedWithinEDDCodeType 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.


BUYER_DIDNT_PROVIDE_ANSWER

public static final ItemArrivedWithinEDDCodeType 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

public static final ItemArrivedWithinEDDCodeType 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

public static final ItemArrivedWithinEDDCodeType 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.

Note: A new "on-time shipping metric" will be a new component of Seller Standards beginning in February of 2016. On-time shipping will mean that the seller shipped the item before the "handling time" expired and/or the item was received by the buyer within the estimated delivery window, which is established once the buyer purchases or commits to buy the item. Previously, a seller's account could be dinged just for getting a low rating for the "shippping time" Detailed Seller Rating.


CUSTOM_CODE

public static final ItemArrivedWithinEDDCodeType CUSTOM_CODE
(out) Reserved for internal or future use.

Method Detail

values

public static ItemArrivedWithinEDDCodeType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ItemArrivedWithinEDDCodeType c : ItemArrivedWithinEDDCodeType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ItemArrivedWithinEDDCodeType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

value

public java.lang.String value()

fromValue

public static ItemArrivedWithinEDDCodeType fromValue(java.lang.String v)

Changes since
the last release

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.