Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum DisputeActivityCodeType

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

public enum DisputeActivityCodeType
extends java.lang.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

SELLER_ADD_INFORMATION

public static final DisputeActivityCodeType SELLER_ADD_INFORMATION
The seller wants to add a response to the dispute. For Unpaid Item disputes. The seller is limited to 25 responses.


SELLER_COMPLETED_TRANSACTION

public static final DisputeActivityCodeType SELLER_COMPLETED_TRANSACTION
The buyer has paid or the seller otherwise does not need to pursue the dispute any longer. For Unpaid Item disputes.


CAME_TO_AGREEMENT_NEED_FVF_CREDIT

public static final DisputeActivityCodeType 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. For Unpaid Item disputes.


SELLER_END_COMMUNICATION

public static final DisputeActivityCodeType SELLER_END_COMMUNICATION
The seller wants to end communication or stop waiting for the buyer. For Unpaid Item disputes.


MUTUAL_AGREEMENT_OR_NO_BUYER_RESPONSE

public static final DisputeActivityCodeType MUTUAL_AGREEMENT_OR_NO_BUYER_RESPONSE
The seller wants to end communication or stop waiting for the buyer. Mutual agreement has been reached or the buyer has not responded within four days. For Unpaid Item disputes.


SELLER_OFFERS_REFUND

public static final DisputeActivityCodeType 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. For Item Not Received and Significantly Not As Described disputes.

This can be used when DisputeState is:
NotReceivedNoSellerResponse
NotAsDescribedNoSellerResponse
NotReceivedMutualCommunication
NotAsDescribedMutualCommunication


SELLER_SHIPPED_ITEM

public static final DisputeActivityCodeType SELLER_SHIPPED_ITEM
The seller has shipped the item or a replacement and provides shipping information. For Item Not Received and Significantly Not As Described disputes.

This can be used when DisputeState is:
NotReceivedNoSellerResponse
NotReceivedMutualCommunication


SELLER_COMMENT

public static final DisputeActivityCodeType SELLER_COMMENT
The seller communicates with the buyer, offering a response or comment. The seller is limited to 25 responses. For Item Not Received and Significantly Not As Described disputes.

This can be used when DisputeState is:
NotReceivedNoSellerResponse
NotAsDescribedNoSellerResponse
NotReceivedMutualCommunication
NotAsDescribedMutualCommunication


SELLER_PAYMENT_NOT_RECEIVED

public static final DisputeActivityCodeType 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.

This can be used when DisputeState is:
NotReceivedNoSellerResponse
NotReceivedMutualCommunication


CUSTOM_CODE

public static final DisputeActivityCodeType CUSTOM_CODE
Reserved for internal or future use.

Method Detail

values

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

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

valueOf

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