Uses of Class
com.google.code.facebookapi.MarketListingSubcategory

Uses of MarketListingSubcategory in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return MarketListingSubcategory
static MarketListingSubcategory MarketListingSubcategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarketListingSubcategory[] MarketListingSubcategory.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.google.code.facebookapi with parameters of type MarketListingSubcategory
 java.util.List<Listing> IFacebookRestClient.marketplace_search(MarketListingCategory category, MarketListingSubcategory subcategory, java.lang.String searchTerm)
          Search the marketplace listings by category, subcategory, and keyword.
 java.util.List<Listing> FacebookXmlRestClient.marketplace_search(MarketListingCategory category, MarketListingSubcategory subcategory, java.lang.String searchTerm)
           
 java.util.List<Listing> FacebookJaxbRestClient.marketplace_search(MarketListingCategory category, MarketListingSubcategory subcategory, java.lang.String searchTerm)
           
 java.util.List<Listing> FacebookJsonRestClient.marketplace_search(MarketListingCategory category, MarketListingSubcategory subcategory, java.lang.String searchTerm)
           
 

Constructors in com.google.code.facebookapi with parameters of type MarketListingSubcategory
MarketListing(java.lang.String title, java.lang.String description, MarketListingCategory category, MarketListingSubcategory subcategory)
          Constructor.
 



Copyright © 2008. All Rights Reserved.