|
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<DisputeResolutionReasonCodeType>
com.ebay.soap.eBLBaseComponents.DisputeResolutionReasonCodeType
public enum DisputeResolutionReasonCodeType
Java class for DisputeResolutionReasonCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeResolutionReasonCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Unresolved"/> <enumeration value="ProofOfPayment"/> <enumeration value="ComputerTechnicalProblem"/> <enumeration value="NoContact"/> <enumeration value="FamilyEmergency"/> <enumeration value="ProofGivenInFeedback"/> <enumeration value="FirstInfraction"/> <enumeration value="CameToAgreement"/> <enumeration value="ItemReturned"/> <enumeration value="BuyerPaidAuctionFees"/> <enumeration value="SellerReceivedPayment"/> <enumeration value="OtherResolution"/> <enumeration value="ClaimPaid"/> <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_PAID_AUCTION_FEES
The buyer reimbursed the seller's auction fees. |
|
CAME_TO_AGREEMENT
The buyer and seller came to agreement. |
|
CLAIM_PAID
After eBay approved payment of the claim, the claim was paid. |
|
COMPUTER_TECHNICAL_PROBLEM
The buyer or seller had a technical problem with a computer. |
|
CUSTOM_CODE
Reserved for future use. |
|
FAMILY_EMERGENCY
The buyer or seller had a family emergency. |
|
FIRST_INFRACTION
The dispute was the buyer's first infraction. |
|
ITEM_RETURNED
The buyer returned the item. |
|
NO_CONTACT
The buyer and seller have not made contact. |
|
OTHER_RESOLUTION
Some other resolution occurred. |
|
PROOF_GIVEN_IN_FEEDBACK
The buyer provided proof of payment in feedback. |
|
PROOF_OF_PAYMENT
The buyer provided proof of payment in feedback. |
|
SELLER_RECEIVED_PAYMENT
The seller received payment. |
|
UNRESOLVED
The dispute was not resolved. |
Method Summary | |
---|---|
static DisputeResolutionReasonCodeType |
fromValue(String v)
|
String |
value()
|
static DisputeResolutionReasonCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DisputeResolutionReasonCodeType[] |
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 DisputeResolutionReasonCodeType UNRESOLVED
public static final DisputeResolutionReasonCodeType PROOF_OF_PAYMENT
public static final DisputeResolutionReasonCodeType COMPUTER_TECHNICAL_PROBLEM
public static final DisputeResolutionReasonCodeType NO_CONTACT
public static final DisputeResolutionReasonCodeType FAMILY_EMERGENCY
public static final DisputeResolutionReasonCodeType PROOF_GIVEN_IN_FEEDBACK
public static final DisputeResolutionReasonCodeType FIRST_INFRACTION
public static final DisputeResolutionReasonCodeType CAME_TO_AGREEMENT
public static final DisputeResolutionReasonCodeType ITEM_RETURNED
public static final DisputeResolutionReasonCodeType BUYER_PAID_AUCTION_FEES
public static final DisputeResolutionReasonCodeType SELLER_RECEIVED_PAYMENT
public static final DisputeResolutionReasonCodeType OTHER_RESOLUTION
public static final DisputeResolutionReasonCodeType CLAIM_PAID
public static final DisputeResolutionReasonCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeResolutionReasonCodeType[] values()
for (DisputeResolutionReasonCodeType c : DisputeResolutionReasonCodeType.values()) System.out.println(c);
public static DisputeResolutionReasonCodeType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String value()
public static DisputeResolutionReasonCodeType fromValue(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.