|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ebay.sdk.ApiCall
com.ebay.sdk.call.RemoveFromWatchListCall
public class RemoveFromWatchListCall
Wrapper class of the RemoveFromWatchList call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2009
Company: eBay Inc.
ItemIDs
- The ID of the item to be removed from the
watch list. Either ItemID, RemoveAllItems, or VariationKey must
be specified, but NOT more than one of these.
Multiple ItemID fields can be specified in the same request.
RemoveAllItems
- If true, then all the items in the user's
watch list are removed. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
VariationKey
- A variation (or set of variations) that you want to remove
from the watch list. Either ItemID, RemoveAllItems, or VariationKey must be specified, but NOT more than one of these.
ReturnedWatchListCount
- The current number of items in the user's watch list (after those
specified in the call request have been removed)
ReturnedWatchListMaximum
- The maximum number of items allowed in watch lists. Currently this value
is 200, and is the same for all sites and all users.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
RemoveFromWatchListCall()
Constructor. |
|
RemoveFromWatchListCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String[] |
getItemIDs()
Gets the RemoveFromWatchListRequestType.itemIDs. |
Boolean |
getRemoveAllItems()
Gets the RemoveFromWatchListRequestType.removeAllItems. |
int |
getReturnedWatchListCount()
Valid after executing the API. |
int |
getReturnedWatchListMaximum()
Valid after executing the API. |
VariationKeyType[] |
getVariationKey()
Gets the RemoveFromWatchListRequestType.variationKey. |
void |
removeFromWatchList()
Enables a user to remove one or more items from their My eBay watch list. |
void |
setItemIDs(String[] itemIDs)
Sets the RemoveFromWatchListRequestType.itemIDs. |
void |
setRemoveAllItems(Boolean removeAllItems)
Sets the RemoveFromWatchListRequestType.removeAllItems. |
void |
setVariationKey(VariationKeyType[] variationKey)
Sets the RemoveFromWatchListRequestType.variationKey. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoveFromWatchListCall()
public RemoveFromWatchListCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void removeFromWatchList() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String[] getItemIDs()
public void setItemIDs(String[] itemIDs)
itemIDs
- String[]public Boolean getRemoveAllItems()
public void setRemoveAllItems(Boolean removeAllItems)
removeAllItems
- Booleanpublic VariationKeyType[] getVariationKey()
public void setVariationKey(VariationKeyType[] variationKey)
variationKey
- VariationKeyType[]public int getReturnedWatchListCount()
public int getReturnedWatchListMaximum()
|
Changes since the last release |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The information contained in this document is proprietary and confidential.
Use of this information and the eBay API requires a Non-Disclosure Agreement (NDA) between the user and eBay Inc.
For information regarding a qualifying NDA, contact Developer Relations:
developer-relations@ebay.com
© 2004-2009 eBay Inc. All rights reserved.