|
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<URLTypeCodeType>
com.ebay.soap.eBLBaseComponents.URLTypeCodeType
public enum URLTypeCodeType
Java class for URLTypeCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="URLTypeCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="ViewItemURL"/> <enumeration value="ViewUserURL"/> <enumeration value="MyeBayURL"/> <enumeration value="MyeBayBiddingURL"/> <enumeration value="MyeBayNotWonURL"/> <enumeration value="MyeBayWonURL"/> <enumeration value="MyeBayWatchingURL"/> <enumeration value="eBayStoreURL"/> <enumeration value="SmallLogoURL"/> <enumeration value="MediumLogoURL"/> <enumeration value="LargeLogoURL"/> <enumeration value="CreateProductUrl"/> <enumeration value="AppealProductUrl"/> <enumeration value="ManageProductUrl"/> <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 | |
---|---|
APPEAL_PRODUCT_URL
This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to make a request that an existing eBay Catalog product be revised. |
|
CREATE_PRODUCT_URL
This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to make a request that a missing product be added to the eBay Catalog. |
|
CUSTOM_CODE
Reserved for future use. |
|
E_BAY_STORE_URL
This value indicates that the URL in the corresponding URL field is the base URL to the user's eBay Store page. |
|
LARGE_LOGO_URL
This value indicates that the URL in the corresponding URL field is the full URL to the large version of the eBay Marketplace logo. |
|
MANAGE_PRODUCT_URL
This value indicates that the URL in the corresponding URL field is the base URL that a seller needs to enter the UI flow to get the status of a catalog change request (request for a new catalog product or request to revise an existing product). |
|
MEDIUM_LOGO_URL
This value indicates that the URL in the corresponding URL field is the full URL to the medium version of the eBay Marketplace logo. |
|
MYE_BAY_BIDDING_URL
This value indicates that the URL in the corresponding URL field is the URL for the user's My eBay Bids/Offer page. |
|
MYE_BAY_NOT_WON_URL
This value indicates that the URL in the corresponding URL field is the URL to the 'Didn't Win' section on the user's My eBay Bids/Offer page. |
|
MYE_BAY_URL
This value indicates that the URL in the corresponding URL field is the URL for the My eBay home page. |
|
MYE_BAY_WATCHING_URL
This value indicates that the URL in the corresponding URL field is the URL to the user's My eBay Watch List page. |
|
MYE_BAY_WON_URL
This value indicates that the URL in the corresponding URL field is the URL to the 'Bidding' section on the user's My eBay Bids/Offer page. |
|
SMALL_LOGO_URL
This value indicates that the URL in the corresponding URL field is the full URL to the small version of the eBay Marketplace logo. |
|
VIEW_ITEM_URL
This value indicates that the URL in the corresponding URL field is the base URL for the View Item page. |
|
VIEW_USER_URL
This value indicates that the URL in the corresponding URL field is the base URL for the eBay User page. |
Method Summary | |
---|---|
static URLTypeCodeType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static URLTypeCodeType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static URLTypeCodeType[] |
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 URLTypeCodeType VIEW_ITEM_URL
public static final URLTypeCodeType VIEW_USER_URL
public static final URLTypeCodeType MYE_BAY_URL
public static final URLTypeCodeType MYE_BAY_BIDDING_URL
public static final URLTypeCodeType MYE_BAY_NOT_WON_URL
public static final URLTypeCodeType MYE_BAY_WON_URL
public static final URLTypeCodeType MYE_BAY_WATCHING_URL
public static final URLTypeCodeType E_BAY_STORE_URL
public static final URLTypeCodeType SMALL_LOGO_URL
public static final URLTypeCodeType MEDIUM_LOGO_URL
public static final URLTypeCodeType LARGE_LOGO_URL
public static final URLTypeCodeType CREATE_PRODUCT_URL
https://www.sandbox.ebay.com/slr/prd?id_token
=Oauth_token
public static final URLTypeCodeType APPEAL_PRODUCT_URL
https://www.sandbox.ebay.com/slr/prd/149167716?id_token
=Oauth_token, where '149167716' is the ePID of the catalog product.
public static final URLTypeCodeType MANAGE_PRODUCT_URL
https://www.sandbox.ebay.com/slr/prd/status/5ac3cf22ca4c591b0c324749?id_token
=token_value, where '5ac3cf22ca4c591b0c324749' is the identifier of the catalog change request.
public static final URLTypeCodeType CUSTOM_CODE
Method Detail |
---|
public static URLTypeCodeType[] values()
for (URLTypeCodeType c : URLTypeCodeType.values()) System.out.println(c);
public static URLTypeCodeType 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 URLTypeCodeType 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.