Changes since
the last release

com.ebay.soap.eBLBaseComponents
Enum SearchFlagCodeType

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

public enum SearchFlagCodeType
extends java.lang.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 applicable as the Get It Fast feature is deprecated.
GIFT
          This value is no longer applicable as Gift Icon and Gift Services are deprecated.
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 as the Now and New feature is deprecated.
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 applicable as the World of Good site no longer exists.
 
Method Summary
static SearchFlagCodeType fromValue(java.lang.String v)
           
 java.lang.String value()
           
static SearchFlagCodeType valueOf(java.lang.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

CHARITY

public static final SearchFlagCodeType CHARITY
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the eBay for Charity option in the Saved Search.


GIFT

public static final SearchFlagCodeType GIFT
This value is no longer applicable as Gift Icon and Gift Services are deprecated.


NOW_AND_NEW

public static final SearchFlagCodeType NOW_AND_NEW
This value is no longer applicable as the Now and New feature is deprecated.


LOCAL_SEARCH

public static final SearchFlagCodeType LOCAL_SEARCH
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the Local pickup option in the Saved Search. A buyer would select the Local Pickup filter in a Saved Search to restrict retrieved listings to those that offer 'local pickup' as an option to buyers.


FREE_SHIPPING

public static final SearchFlagCodeType FREE_SHIPPING
This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected the Free shipping option in the Saved Search. A buyer would select the Free shipping filter in a Saved Search to restrict retrieved listings to those that offer a free shipping option to that specific buyer (the availability of free shipping may be dependent on the buyer's location).


GALLERY

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


PICTURE

public static final SearchFlagCodeType PICTURE
This value is no longer applicable as there is now a requirement that all listings have at least one picture.


GET_IT_FAST

public static final SearchFlagCodeType GET_IT_FAST
This value is no longer applicable as the Get It Fast feature is deprecated.


LOT

public static final SearchFlagCodeType 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. A buyer would select the Items listed as lots filter in a Saved Search to restrict retrieved listings to those that are offering a "lot" of items in one listing. Specifically, a "lot" is defined as, "a group of similar or identical items that are sold together to one buyer."


GERMAN_MOTORS_SEARCHABLE

public static final SearchFlagCodeType GERMAN_MOTORS_SEARCHABLE
This value is only applicable to the German site and if the user is searching for motor vehicle listings. This value being returned in the FavoriteSearch.SearchFlag field indicates that the buyer selected a filter in a Saved Search to restrict retrieved eBay Germany motor vehicle listings that are also being displayed on the mobile.de vehicle marketplace.


WORLD_OF_GOOD

public static final SearchFlagCodeType WORLD_OF_GOOD
This value is no longer applicable as the World of Good site no longer exists.


DIGITAL_DELIVERY

public static final SearchFlagCodeType DIGITAL_DELIVERY
This value is no longer applicable.


CUSTOM_CODE

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

Method Detail

values

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

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

valueOf

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