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

Uses of MarketListingCategory in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return MarketListingCategory
static MarketListingCategory MarketListingCategory.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarketListingCategory[] MarketListingCategory.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 MarketListingCategory
 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 MarketListingCategory
MarketListing(java.lang.String title, java.lang.String description, MarketListingCategory category, MarketListingSubcategory subcategory)
          Constructor.
 



Copyright © 2008. All Rights Reserved.