|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MarketListingStatus | |
|---|---|
| com.facebook.api | |
| Uses of MarketListingStatus in com.facebook.api |
|---|
| Methods in com.facebook.api 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.facebook.api 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||