|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<MarketListingSubcategory>
com.google.code.facebookapi.MarketListingSubcategory
public enum MarketListingSubcategory
Enum for specifying sub-categories in marketplace listings/API calls.
| Enum Constant Summary | |
|---|---|
AUTOS
Subcategory for listings involving cars |
|
AUTOS_WANTED
Subcategory for listings seeking cars |
|
BOOKS
Subcategory for listings involving books |
|
BOOKS_WANTED
Subcategory for listings seeking books |
|
ELECTRONICS
Subcategory for listings involving electronics |
|
ELECTRONICS_WANTED
Subcategory for listings seeking electronics |
|
FURNITURE
Subcategory for listings involving furniture |
|
FURNITURE_WANTED
Subcategory for listings seeking furniture |
|
GENERAL
Subcategory for listings involving things not specified by any of the other subcategories |
|
GENERAL_WANTED
Subcategory for listings seeking things not specified by any of the other subcategories |
|
REAL_ESTATE
Subcategory for listings involving real-estate |
|
REAL_ESTATE_WANTED
Subcategory for listings seeking real-estate |
|
RENTALS
Subcategory for listings involving rentals |
|
SUBLETS
Subcategory for listings involving sublets |
|
SUBLETS_WANTED
Subcategory for listings seeking sublets |
|
TICKETS
Subcategory for listings involving event tickets |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get the name by which Facebook refers to this category. |
static MarketListingSubcategory |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static MarketListingSubcategory[] |
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 MarketListingSubcategory BOOKS
public static final MarketListingSubcategory FURNITURE
public static final MarketListingSubcategory TICKETS
public static final MarketListingSubcategory ELECTRONICS
public static final MarketListingSubcategory AUTOS
public static final MarketListingSubcategory GENERAL
public static final MarketListingSubcategory RENTALS
public static final MarketListingSubcategory SUBLETS
public static final MarketListingSubcategory REAL_ESTATE
public static final MarketListingSubcategory BOOKS_WANTED
public static final MarketListingSubcategory FURNITURE_WANTED
public static final MarketListingSubcategory ELECTRONICS_WANTED
public static final MarketListingSubcategory AUTOS_WANTED
public static final MarketListingSubcategory GENERAL_WANTED
public static final MarketListingSubcategory SUBLETS_WANTED
public static final MarketListingSubcategory REAL_ESTATE_WANTED
| Method Detail |
|---|
public static MarketListingSubcategory[] values()
for (MarketListingSubcategory c : MarketListingSubcategory.values()) System.out.println(c);
public static MarketListingSubcategory 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 getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||