public final enum

ListingEnhancementsCodeType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ ebay.apis.eblbasecomponents.ListingEnhancementsCodeType

Class Overview

Java class for ListingEnhancementsCodeType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="ListingEnhancementsCodeType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="Border"/>
     <enumeration value="BoldTitle"/>
     <enumeration value="Featured"/>
     <enumeration value="Highlight"/>
     <enumeration value="HomePageFeatured"/>
     <enumeration value="CustomCode"/>
   </restriction>
 </simpleType>
 

Summary

Enum Values
ListingEnhancementsCodeType  BOLD_TITLE  Indicates whether the bolding option was used. 
ListingEnhancementsCodeType  BORDER  Indicates whether an item will be displayed with a border that will go around the item (e.g., for category-based search result page or store search that brings up multiple items) to differentiate it from the rest of list. 
ListingEnhancementsCodeType  CUSTOM_CODE  Reserved for internal or future use. 
ListingEnhancementsCodeType  FEATURED  Indicates whether it is a featured item. 
ListingEnhancementsCodeType  HIGHLIGHT  Indicates item's listing is highlighted. 
ListingEnhancementsCodeType  HOME_PAGE_FEATURED  Indicates item's listing is home page featured. 
Fields
private final String value
[Expand]
Inherited Fields
From class java.lang.Enum
Public Methods
static ListingEnhancementsCodeType fromValue(String v)
String value()
static ListingEnhancementsCodeType valueOf(String name)
final static ListingEnhancementsCodeType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final ListingEnhancementsCodeType BOLD_TITLE

Indicates whether the bolding option was used.

public static final ListingEnhancementsCodeType BORDER

Indicates whether an item will be displayed with a border that will go around the item (e.g., for category-based search result page or store search that brings up multiple items) to differentiate it from the rest of list.

public static final ListingEnhancementsCodeType CUSTOM_CODE

Reserved for internal or future use.

public static final ListingEnhancementsCodeType FEATURED

Indicates whether it is a featured item.

public static final ListingEnhancementsCodeType HIGHLIGHT

Indicates item's listing is highlighted.

public static final ListingEnhancementsCodeType HOME_PAGE_FEATURED

Indicates item's listing is home page featured.

Fields

private final String value

Public Methods

public static ListingEnhancementsCodeType fromValue (String v)

Parameters
v

public String value ()

public static ListingEnhancementsCodeType valueOf (String name)

Parameters
name

public static final ListingEnhancementsCodeType[] values ()