|
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<DisputeStateCodeType>
com.ebay.soap.eBLBaseComponents.DisputeStateCodeType
public enum DisputeStateCodeType
Java class for DisputeStateCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeStateCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Locked"/> <enumeration value="Closed"/> <enumeration value="BuyerFirstResponsePayOption"/> <enumeration value="BuyerFirstResponseNoPayOption"/> <enumeration value="BuyerFirstResponsePayOptionLateResponse"/> <enumeration value="BuyerFirstResponseNoPayOptionLateResponse"/> <enumeration value="MutualCommunicationPayOption"/> <enumeration value="MutualCommunicationNoPayOption"/> <enumeration value="PendingResolve"/> <enumeration value="MutualWithdrawalAgreement"/> <enumeration value="MutualWithdrawalAgreementLate"/> <enumeration value="NotReceivedNoSellerResponse"/> <enumeration value="NotAsDescribedNoSellerResponse"/> <enumeration value="NotReceivedMutualCommunication"/> <enumeration value="NotAsDescribedMutualCommunication"/> <enumeration value="MutualAgreementOrBuyerReturningItem"/> <enumeration value="ClaimOpened"/> <enumeration value="NoDocumentation"/> <enumeration value="ClaimClosed"/> <enumeration value="ClaimDenied"/> <enumeration value="ClaimPending"/> <enumeration value="ClaimPaymentPending"/> <enumeration value="ClaimPaid"/> <enumeration value="ClaimResolved"/> <enumeration value="ClaimSubmitted"/> <enumeration value="UnpaidItemOpen"/> <enumeration value="UPIAssistanceDisabledByeBay"/> <enumeration value="UPIAssistanceDisabledBySeller"/> <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_FIRST_RESPONSE_NO_PAY_OPTION
eBay sent the buyer an Unpaid Item Reminder with no Pay Now option. |
|
BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
eBay sent the buyer an Unpaid Item Reminder with no Pay Now option. |
|
BUYER_FIRST_RESPONSE_PAY_OPTION
eBay sent the buyer an Unpaid Item Reminder with a Pay Now option. |
|
BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
eBay sent the buyer an Unpaid Item Reminder with a Pay Now option. |
|
CLAIM_CLOSED
The buyer did not respond to verification or was missing paperwork. |
|
CLAIM_DENIED
The buyer is not eligible for reimbursement. |
|
CLAIM_OPENED
The claim was assigned to an adjuster. |
|
CLAIM_PAID
The buyer was reimbursed. |
|
CLAIM_PAYMENT_PENDING
The buyer's claim was approved for reimbursement and was sent to accounts payable for payment. |
|
CLAIM_PENDING
Paperwork was received from the buyer and the claim is being investigated. |
|
CLAIM_RESOLVED
The issue has been resolved: the seller sent the item or a refund. |
|
CLAIM_SUBMITTED
A claim was submitted (via Web). |
|
CLOSED
The dispute is closed. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
LOCKED
The dispute is locked and cannot be updated. |
|
MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
The seller says mutual agreement has been reached and is waiting for the buyer to confirm, or the buyer is returning the item to the seller. |
|
MUTUAL_COMMUNICATION_NO_PAY_OPTION
The buyer and seller have communicated. |
|
MUTUAL_COMMUNICATION_PAY_OPTION
The buyer and seller have communicated, and eBay offered the buyer a Pay Now option. |
|
MUTUAL_WITHDRAWAL_AGREEMENT
The buyer and seller have agreed within the grace period not to complete the transaction. |
|
MUTUAL_WITHDRAWAL_AGREEMENT_LATE
The buyer and seller have agreed not to complete the transaction, after the grace period. |
|
NO_DOCUMENTATION
The buyer was contacted by eBay and asked to submit paperwork to support the claim. |
|
NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
The buyer filed an Item Not Received dispute for an item significantly not as described and is communicating with the seller. |
|
NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
The buyer filed an Item Not Received dispute for an item significantly not as described, and the seller has not responded. |
|
NOT_RECEIVED_MUTUAL_COMMUNICATION
The buyer filed an Item Not Received dispute and is communicating with the seller. |
|
NOT_RECEIVED_NO_SELLER_RESPONSE
The buyer filed an Item Not Received dispute, and the seller has not responded. |
|
PENDING_RESOLVE
The dispute is pending resolution. |
|
UNPAID_ITEM_OPEN
The unpaid item dispute is open. |
|
UPI_ASSISTANCE_DISABLED_BY_SELLER
An unpaid item dispute filed by the Unpaid Item Assistance mechanism was disabled by the seller (e.g. |
|
UPI_ASSISTANCE_DISABLED_BYE_BAY
An unpaid item dispute filed by the Unpaid Item Assistance mechanism was disabled by eBay (for example, eBay detected that payment was initiated and the seller needs to manually handle this dispute). |
Method Summary | |
---|---|
static DisputeStateCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DisputeStateCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DisputeStateCodeType[] |
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 DisputeStateCodeType LOCKED
public static final DisputeStateCodeType CLOSED
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_PAY_OPTION_LATE_RESPONSE
public static final DisputeStateCodeType BUYER_FIRST_RESPONSE_NO_PAY_OPTION_LATE_RESPONSE
public static final DisputeStateCodeType MUTUAL_COMMUNICATION_PAY_OPTION
public static final DisputeStateCodeType MUTUAL_COMMUNICATION_NO_PAY_OPTION
public static final DisputeStateCodeType PENDING_RESOLVE
public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT
public static final DisputeStateCodeType MUTUAL_WITHDRAWAL_AGREEMENT_LATE
public static final DisputeStateCodeType NOT_RECEIVED_NO_SELLER_RESPONSE
public static final DisputeStateCodeType NOT_AS_DESCRIBED_NO_SELLER_RESPONSE
public static final DisputeStateCodeType NOT_RECEIVED_MUTUAL_COMMUNICATION
public static final DisputeStateCodeType NOT_AS_DESCRIBED_MUTUAL_COMMUNICATION
public static final DisputeStateCodeType MUTUAL_AGREEMENT_OR_BUYER_RETURNING_ITEM
public static final DisputeStateCodeType CLAIM_OPENED
public static final DisputeStateCodeType NO_DOCUMENTATION
public static final DisputeStateCodeType CLAIM_CLOSED
public static final DisputeStateCodeType CLAIM_DENIED
public static final DisputeStateCodeType CLAIM_PENDING
public static final DisputeStateCodeType CLAIM_PAYMENT_PENDING
public static final DisputeStateCodeType CLAIM_PAID
public static final DisputeStateCodeType CLAIM_RESOLVED
public static final DisputeStateCodeType CLAIM_SUBMITTED
public static final DisputeStateCodeType UNPAID_ITEM_OPEN
public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BYE_BAY
public static final DisputeStateCodeType UPI_ASSISTANCE_DISABLED_BY_SELLER
public static final DisputeStateCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeStateCodeType[] values()
for (DisputeStateCodeType c : DisputeStateCodeType.values()) System.out.println(c);
public static DisputeStateCodeType 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 DisputeStateCodeType 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.