Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum BestOfferStatusCodeType

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

public enum BestOfferStatusCodeType
extends java.lang.Enum<BestOfferStatusCodeType>

Java class for BestOfferStatusCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="BestOfferStatusCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Pending"/>
     <enumeration value="Accepted"/>
     <enumeration value="Declined"/>
     <enumeration value="Expired"/>
     <enumeration value="Retracted"/>
     <enumeration value="AdminEnded"/>
     <enumeration value="Active"/>
     <enumeration value="Countered"/>
     <enumeration value="All"/>
     <enumeration value="PendingBuyerPayment"/>
     <enumeration value="PendingBuyerConfirmation"/>
     <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
ACCEPTED
          Depending on context, this value can indicate that the buyer's Best Offer was accepted by the seller, or that the seller's or buyer's counter offer was accepted by the other party.
ACTIVE
          Depending on context, this value can indicate that a buyer's Best Offer or that the seller's or buyer's counter offer is in the active state.
ADMIN_ENDED
          This value indicates that the Best Offer was ended by an eBay administrator.
ALL
          This value is used in the GetBestOffers request to retrieve all Best Offers in all states.
COUNTERED
          Depending on context, this value can indicate that a buyer's Best Offer has been countered by the seller, or that the seller's or buyer's counter offer has been countered by the other party.
CUSTOM_CODE
          (out) Reserved for internal or future use.
DECLINED
          Depending on context, this value can indicate that the buyer's Best Offer was declined by the seller, or that the seller's or buyer's counter offer was declined by the other party.
EXPIRED
          Depending on context, this value can indicate that the buyer's Best Offer expired due to the passing of 48 hours with no seller response (accept, decline, counter offer), or that the seller's or buyer's counter offer expired due to the passing of 48 hours with no response from other party.
PENDING
          This value indicates that the buyer's Best Offer on an item is awaiting the seller's response (accept, decline, counter offer).
PENDING_BUYER_CONFIRMATION
          This value indicates that the seller is waiting on the buyer to commit to buying the item at the counter offer price.
PENDING_BUYER_PAYMENT
          This value indicates that the buyer and seller have come to agreement on a Best Offer price, but the seller is still waiting for payment from the buyer.
RETRACTED
          Depending on context, this value can indicate that the buyer has retracted the Best Offer, or that the seller's or buyer's counter offer has been retracted.
 
Method Summary
static BestOfferStatusCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static BestOfferStatusCodeType valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static BestOfferStatusCodeType[] 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

PENDING

public static final BestOfferStatusCodeType PENDING
This value indicates that the buyer's Best Offer on an item is awaiting the seller's response (accept, decline, counter offer). A buyer's Best Offer expires after 48 hours without a seller's response.


ACCEPTED

public static final BestOfferStatusCodeType ACCEPTED
Depending on context, this value can indicate that the buyer's Best Offer was accepted by the seller, or that the seller's or buyer's counter offer was accepted by the other party.


DECLINED

public static final BestOfferStatusCodeType DECLINED
Depending on context, this value can indicate that the buyer's Best Offer was declined by the seller, or that the seller's or buyer's counter offer was declined by the other party.


EXPIRED

public static final BestOfferStatusCodeType EXPIRED
Depending on context, this value can indicate that the buyer's Best Offer expired due to the passing of 48 hours with no seller response (accept, decline, counter offer), or that the seller's or buyer's counter offer expired due to the passing of 48 hours with no response from other party.


RETRACTED

public static final BestOfferStatusCodeType RETRACTED
Depending on context, this value can indicate that the buyer has retracted the Best Offer, or that the seller's or buyer's counter offer has been retracted.


ADMIN_ENDED

public static final BestOfferStatusCodeType ADMIN_ENDED
This value indicates that the Best Offer was ended by an eBay administrator.


ACTIVE

public static final BestOfferStatusCodeType ACTIVE
Depending on context, this value can indicate that a buyer's Best Offer or that the seller's or buyer's counter offer is in the active state. The Active value can also be used in the GetBestOffers request to retrieve only active Best Offers.


COUNTERED

public static final BestOfferStatusCodeType COUNTERED
Depending on context, this value can indicate that a buyer's Best Offer has been countered by the seller, or that the seller's or buyer's counter offer has been countered by the other party.


ALL

public static final BestOfferStatusCodeType ALL
This value is used in the GetBestOffers request to retrieve all Best Offers in all states. This value is only applicable to the GetBestOffers call.


PENDING_BUYER_PAYMENT

public static final BestOfferStatusCodeType PENDING_BUYER_PAYMENT
This value indicates that the buyer and seller have come to agreement on a Best Offer price, but the seller is still waiting for payment from the buyer. If the buyer does not pay within 48 hours, the Best Offer will expire.


PENDING_BUYER_CONFIRMATION

public static final BestOfferStatusCodeType PENDING_BUYER_CONFIRMATION
This value indicates that the seller is waiting on the buyer to commit to buying the item at the counter offer price.


CUSTOM_CODE

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

Method Detail

values

public static BestOfferStatusCodeType[] 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 (BestOfferStatusCodeType c : BestOfferStatusCodeType.values())
    System.out.println(c);

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

valueOf

public static BestOfferStatusCodeType 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 BestOfferStatusCodeType 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.