|
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<SearchFlagCodeType>
com.ebay.soap.eBLBaseComponents.SearchFlagCodeType
public enum SearchFlagCodeType
Java class for SearchFlagCodeType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SearchFlagCodeType"> <restriction base="{http://www.w3.org/2001/XMLSchema}token"> <enumeration value="Charity"/> <enumeration value="Gift"/> <enumeration value="NowAndNew"/> <enumeration value="LocalSearch"/> <enumeration value="FreeShipping"/> <enumeration value="Gallery"/> <enumeration value="Picture"/> <enumeration value="GetItFast"/> <enumeration value="Lot"/> <enumeration value="GermanMotorsSearchable"/> <enumeration value="WorldOfGood"/> <enumeration value="DigitalDelivery"/> <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 | |
---|---|
CHARITY
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the eBay for Charity option in the Saved Search. |
|
CUSTOM_CODE
Reserved for internal or future use. |
|
DIGITAL_DELIVERY
This value is no longer applicable. |
|
FREE_SHIPPING
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the Free shipping option in the Saved Search. |
|
GALLERY
This value is no longer applicable as there is always a gallery picture by default since all listings must have at least one picture. |
|
GERMAN_MOTORS_SEARCHABLE
This value is only applicable to the German site and if the user is searching for motor vehicle listings. |
|
GET_IT_FAST
This value is no longer used. |
|
GIFT
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer set a filter to only retrieve listings where the seller offers gift services to the buyer. |
|
LOCAL_SEARCH
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the Local pickup option in the Saved Search. |
|
LOT
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the Items listed as lots option in the Saved Search. |
|
NOW_AND_NEW
This value is no longer applicable. |
|
PICTURE
This value is no longer applicable as there is now a requirement that all listings have at least one picture. |
|
WORLD_OF_GOOD
This value is no longer used. |
Method Summary | |
---|---|
static SearchFlagCodeType |
fromValue(String v)
|
String |
value()
|
static SearchFlagCodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static SearchFlagCodeType[] |
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 SearchFlagCodeType CHARITY
public static final SearchFlagCodeType GIFT
public static final SearchFlagCodeType NOW_AND_NEW
public static final SearchFlagCodeType LOCAL_SEARCH
public static final SearchFlagCodeType FREE_SHIPPING
public static final SearchFlagCodeType GALLERY
public static final SearchFlagCodeType PICTURE
public static final SearchFlagCodeType GET_IT_FAST
public static final SearchFlagCodeType LOT
public static final SearchFlagCodeType GERMAN_MOTORS_SEARCHABLE
public static final SearchFlagCodeType WORLD_OF_GOOD
public static final SearchFlagCodeType DIGITAL_DELIVERY
public static final SearchFlagCodeType CUSTOM_CODE
Method Detail |
---|
public static SearchFlagCodeType[] values()
for (SearchFlagCodeType c : SearchFlagCodeType.values()) System.out.println(c);
public static SearchFlagCodeType 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 SearchFlagCodeType 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.