|
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<BestOfferStatusCodeType>
com.ebay.soap.eBLBaseComponents.BestOfferStatusCodeType
public 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 |
---|
public static final BestOfferStatusCodeType PENDING
public static final BestOfferStatusCodeType ACCEPTED
public static final BestOfferStatusCodeType DECLINED
public static final BestOfferStatusCodeType EXPIRED
public static final BestOfferStatusCodeType RETRACTED
public static final BestOfferStatusCodeType ADMIN_ENDED
public static final BestOfferStatusCodeType ACTIVE
Active
value can also be used in the GetBestOffers request to retrieve only active Best Offers.
public static final BestOfferStatusCodeType COUNTERED
public static final BestOfferStatusCodeType ALL
public static final BestOfferStatusCodeType PENDING_BUYER_PAYMENT
public static final BestOfferStatusCodeType PENDING_BUYER_CONFIRMATION
public static final BestOfferStatusCodeType CUSTOM_CODE
Method Detail |
---|
public static BestOfferStatusCodeType[] values()
for (BestOfferStatusCodeType c : BestOfferStatusCodeType.values()) System.out.println(c);
public static BestOfferStatusCodeType 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 BestOfferStatusCodeType 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.