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

Uses of MarketListingStatus in com.google.code.facebookapi
 

Methods in com.google.code.facebookapi that return MarketListingStatus
static MarketListingStatus MarketListingStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MarketListingStatus[] MarketListingStatus.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 MarketListingStatus
 boolean IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status)
          Remove a listing from the marketplace by id.
 boolean ExtensibleClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status)
           
 boolean FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status)
          Deprecated. Remove a listing from the marketplace by id.
 boolean IFacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status, java.lang.Long userId)
          Remove a listing from the marketplace by id.
 boolean ExtensibleClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status, java.lang.Long userId)
           
 boolean FacebookRestClient.marketplace_removeListing(java.lang.Long listingId, MarketListingStatus status, java.lang.Long userId)
          Deprecated.  
 



Copyright © 2008. All Rights Reserved.