|
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.GetMyeBayRemindersCall
public class GetMyeBayRemindersCall
Wrapper class of the GetMyeBayReminders 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.
BuyingReminders
- This container should be included if the user wishes to retrieve the counts of My eBay Buying Reminders. Counts will only be retrieved for My eBay Buying Reminders that the user received.
SellingReminders
- This container should be included if the user wishes to retrieve the counts of My eBay Selling Reminders. Counts will only be retrieved for My eBay Selling Reminders that the user received.
ReturnedBuyingReminders
- This container is returned if the user included the BuyingReminders container in the call request and set the BuyingReminders.Include value to true
. Counts will only be retrieved for My eBay Buying Reminders that the user received during the number of days specified in the BuyingReminders.DurationInDays field in the call request.
ReturnedSellingReminders
- This container is returned if the user included the SellingReminders container in the call request and set the SellingReminders.Include value to true
. Counts will only be retrieved for My eBay Selling Reminders that the user received during the number of days specified in the SellingReminders.DurationInDays field in the call request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetMyeBayRemindersCall()
Constructor. |
|
GetMyeBayRemindersCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ReminderCustomizationType |
getBuyingReminders()
Gets the GetMyeBayRemindersRequestType.buyingReminders. |
void |
getMyeBayReminders()
This is the base request type of the GetMyeBayReminders call. |
RemindersType |
getReturnedBuyingReminders()
Valid after executing the API. |
RemindersType |
getReturnedSellingReminders()
Valid after executing the API. |
ReminderCustomizationType |
getSellingReminders()
Gets the GetMyeBayRemindersRequestType.sellingReminders. |
void |
setBuyingReminders(ReminderCustomizationType buyingReminders)
Sets the GetMyeBayRemindersRequestType.buyingReminders. |
void |
setSellingReminders(ReminderCustomizationType sellingReminders)
Sets the GetMyeBayRemindersRequestType.sellingReminders. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMyeBayRemindersCall()
public GetMyeBayRemindersCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getMyeBayReminders() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public ReminderCustomizationType getBuyingReminders()
public void setBuyingReminders(ReminderCustomizationType buyingReminders)
buyingReminders
- ReminderCustomizationTypepublic ReminderCustomizationType getSellingReminders()
public void setSellingReminders(ReminderCustomizationType sellingReminders)
sellingReminders
- ReminderCustomizationTypepublic RemindersType getReturnedBuyingReminders()
public RemindersType getReturnedSellingReminders()
|
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.