|
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<DisputeActivityCodeType>
com.ebay.soap.eBLBaseComponents.DisputeActivityCodeType
public enum DisputeActivityCodeType
Java class for DisputeActivityCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="DisputeActivityCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="SellerAddInformation"/> <enumeration value="SellerCompletedTransaction"/> <enumeration value="CameToAgreementNeedFVFCredit"/> <enumeration value="SellerEndCommunication"/> <enumeration value="MutualAgreementOrNoBuyerResponse"/> <enumeration value="SellerOffersRefund"/> <enumeration value="SellerShippedItem"/> <enumeration value="SellerComment"/> <enumeration value="SellerPaymentNotReceived"/> <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 | |
---|---|
CAME_TO_AGREEMENT_NEED_FVF_CREDIT
The seller has made an agreement with the buyer and requires a credit for a Final Value Fee already paid. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
MUTUAL_AGREEMENT_OR_NO_BUYER_RESPONSE
The seller wants to end communication or stop waiting for the buyer. |
|
SELLER_ADD_INFORMATION
The seller wants to add a response to the dispute. |
|
SELLER_COMMENT
The seller communicates with the buyer, offering a response or comment. |
|
SELLER_COMPLETED_TRANSACTION
The buyer has paid or the seller otherwise does not need to pursue the dispute any longer. |
|
SELLER_END_COMMUNICATION
The seller wants to end communication or stop waiting for the buyer. |
|
SELLER_OFFERS_REFUND
The seller offers a full refund if the buyer did not receive the item or a partial refund if the item is significantly not as described. |
|
SELLER_PAYMENT_NOT_RECEIVED
The buyer has not received an expected full or partial refund from the seller in an Item Not Received and Significantly Not As Described buyer dispute. |
|
SELLER_SHIPPED_ITEM
The seller has shipped the item or a replacement and provides shipping information. |
Method Summary | |
---|---|
static DisputeActivityCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static DisputeActivityCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static DisputeActivityCodeType[] |
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 DisputeActivityCodeType SELLER_ADD_INFORMATION
public static final DisputeActivityCodeType SELLER_COMPLETED_TRANSACTION
public static final DisputeActivityCodeType CAME_TO_AGREEMENT_NEED_FVF_CREDIT
public static final DisputeActivityCodeType SELLER_END_COMMUNICATION
public static final DisputeActivityCodeType MUTUAL_AGREEMENT_OR_NO_BUYER_RESPONSE
public static final DisputeActivityCodeType SELLER_OFFERS_REFUND
NotReceivedNoSellerResponse
NotAsDescribedNoSellerResponse
NotReceivedMutualCommunication
NotAsDescribedMutualCommunication
public static final DisputeActivityCodeType SELLER_SHIPPED_ITEM
NotReceivedNoSellerResponse
NotReceivedMutualCommunication
public static final DisputeActivityCodeType SELLER_COMMENT
NotReceivedNoSellerResponse
NotAsDescribedNoSellerResponse
NotReceivedMutualCommunication
NotAsDescribedMutualCommunication
public static final DisputeActivityCodeType SELLER_PAYMENT_NOT_RECEIVED
NotReceivedNoSellerResponse
NotReceivedMutualCommunication
public static final DisputeActivityCodeType CUSTOM_CODE
Method Detail |
---|
public static DisputeActivityCodeType[] values()
for (DisputeActivityCodeType c : DisputeActivityCodeType.values()) System.out.println(c);
public static DisputeActivityCodeType 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 DisputeActivityCodeType 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.