|
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<RequiredSellerActionCodeType>
com.ebay.soap.eBLBaseComponents.RequiredSellerActionCodeType
public enum RequiredSellerActionCodeType
Java class for RequiredSellerActionCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RequiredSellerActionCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="ResolveeBPCase"/> <enumeration value="MarkAsShipped"/> <enumeration value="ContacteBayCS"/> <enumeration value="ResolvePPPIcase"/> <enumeration value="SetupPayoutMethod"/> <enumeration value="UpdatePayoutMethod"/> <enumeration value="None"/> <enumeration value="UploadTrackingInfo"/> <enumeration value="ResolveBuyerMessageInr"/> <enumeration value="ResolveBuyerMessageSnad"/> <enumeration value="CustomCode"/> <enumeration value="ResolveReturn"/> </restriction> </simpleType>Note: Per JAXB standards, underscores are added to separate words in enumerations (e.g., PayPal becomes PAY_PAL).
Enum Constant Summary | |
---|---|
CONTACTE_BAY_CS
This value indicates that the seller should contact eBay Customer Support to discover the next required action to expedite the release of funds into their account. |
|
CUSTOM_CODE
This value is reserved for internal or future use. |
|
MARK_AS_SHIPPED
This value indicates that the seller must mark the order line item as shipped to expedite the release of funds into their account. |
|
NONE
This value is no longer used. |
|
RESOLVE_BUYER_MESSAGE_INR
This value indicates that the buyer has not received the item, and the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller. |
|
RESOLVE_BUYER_MESSAGE_SNAD
This value indicates that the buyer has received the item, but the item is not as described in the listing; hence, the buyer has contacted the seller through the eBay system in an effort to resolve the issue with the seller. |
|
RESOLVE_PPP_ICASE
This value indicates that the seller must resolve the PayPal Buyer Protection case filed against the order line item to expedite the release of funds into their account. |
|
RESOLVE_RETURN
This value indicates that the buyer is returning the item through eBay's managed return process. |
|
RESOLVEE_BP_CASE
This value indicates that there is an open eBay Money Back Guarantee case involving the seller and the item. |
|
SETUP_PAYOUT_METHOD
This value is no longer used. |
|
UPDATE_PAYOUT_METHOD
This value is no longer used. |
|
UPLOAD_TRACKING_INFO
This value indicates that the seller must provide the buyer the tracking information for the order line item to expedite the release of funds into their account. |
Method Summary | |
---|---|
static RequiredSellerActionCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static RequiredSellerActionCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RequiredSellerActionCodeType[] |
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 RequiredSellerActionCodeType RESOLVEE_BP_CASE
public static final RequiredSellerActionCodeType MARK_AS_SHIPPED
public static final RequiredSellerActionCodeType CONTACTE_BAY_CS
public static final RequiredSellerActionCodeType RESOLVE_PPP_ICASE
public static final RequiredSellerActionCodeType SETUP_PAYOUT_METHOD
public static final RequiredSellerActionCodeType UPDATE_PAYOUT_METHOD
public static final RequiredSellerActionCodeType NONE
public static final RequiredSellerActionCodeType UPLOAD_TRACKING_INFO
public static final RequiredSellerActionCodeType RESOLVE_BUYER_MESSAGE_INR
public static final RequiredSellerActionCodeType RESOLVE_BUYER_MESSAGE_SNAD
public static final RequiredSellerActionCodeType CUSTOM_CODE
public static final RequiredSellerActionCodeType RESOLVE_RETURN
Method Detail |
---|
public static RequiredSellerActionCodeType[] values()
for (RequiredSellerActionCodeType c : RequiredSellerActionCodeType.values()) System.out.println(c);
public static RequiredSellerActionCodeType 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 RequiredSellerActionCodeType 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.