Changes since
the last release

com.ebay.sdk.call
Class GetMyeBayRemindersCall

java.lang.Object
  extended by com.ebay.sdk.ApiCall
      extended by com.ebay.sdk.call.GetMyeBayRemindersCall

public class GetMyeBayRemindersCall
extends ApiCall

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.


Input property: 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.
Input property: 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.
Output property: 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.
Output property: 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.

Version:
1.0
Author:
Ron Murphy

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 com.ebay.sdk.ApiCall
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getBotBlock, getCallRetry, getDetailLevel, getEnableCompression, getEndUserIP, getErrorHandling, getInvocationID, getMessageID, getOutputSelector, getRequestXml, getResponseObject, getResponseXml, getSite, getWarningLevel, hasError, hasWarning, removeSendRequestListener, setApiContext, setBotBlock, setCallRetry, setDetailLevel, setEnableCompression, setEndUserIP, setErrorHandling, setInvocationID, setMessageID, setOutputSelector, setSite, setWarningLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMyeBayRemindersCall

public GetMyeBayRemindersCall()
Constructor.


GetMyeBayRemindersCall

public GetMyeBayRemindersCall(ApiContext apiContext)
Constructor.

Parameters:
apiContext - The ApiContext object to be used to make the call.
Method Detail

getMyeBayReminders

public void getMyeBayReminders()
                        throws ApiException,
                               SdkException,
                               Exception
This is the base request type of the GetMyeBayReminders call. This call returns the total counts for My eBay Buying and/or My eBay Selling Reminders for a user.

Throws:
ApiException
SdkException
Exception

getBuyingReminders

public ReminderCustomizationType getBuyingReminders()
Gets the GetMyeBayRemindersRequestType.buyingReminders.

Returns:
ReminderCustomizationType

setBuyingReminders

public void setBuyingReminders(ReminderCustomizationType buyingReminders)
Sets the GetMyeBayRemindersRequestType.buyingReminders.

Parameters:
buyingReminders - ReminderCustomizationType

getSellingReminders

public ReminderCustomizationType getSellingReminders()
Gets the GetMyeBayRemindersRequestType.sellingReminders.

Returns:
ReminderCustomizationType

setSellingReminders

public void setSellingReminders(ReminderCustomizationType sellingReminders)
Sets the GetMyeBayRemindersRequestType.sellingReminders.

Parameters:
sellingReminders - ReminderCustomizationType

getReturnedBuyingReminders

public RemindersType getReturnedBuyingReminders()
Valid after executing the API. Gets the returned GetMyeBayRemindersResponseType.returnedBuyingReminders.

Returns:
RemindersType

getReturnedSellingReminders

public RemindersType getReturnedSellingReminders()
Valid after executing the API. Gets the returned GetMyeBayRemindersResponseType.returnedSellingReminders.

Returns:
RemindersType

Changes since
the last release

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.