Changes since
the last release

com.ebay.sdk.call
Class SetSellingManagerFeedbackOptionsCall

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

public class SetSellingManagerFeedbackOptionsCall
extends ApiCall

Wrapper class of the SetSellingManagerFeedbackOptions 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: AutomatedLeaveFeedbackEvent - Specifies the event that will trigger automated feedback to the buyer. Applies to Selling Manager Pro subscribers only.
Input property: StoredComments - Contains a set of comments from which one can be selected to leave feedback for a buyer. If automated feedback is used, a comment is selected from the set randomly. Automated feedback applies to Selling Manager Pro subscribers only. Stored comments cannot be replaced or edited individually. Submitting a stored comments array replaces all existing stored comments.

Version:
1.0
Author:
Ron Murphy

Field Summary
 
Fields inherited from class com.ebay.sdk.ApiCall
apiException, sendReqListeners
 
Constructor Summary
SetSellingManagerFeedbackOptionsCall()
          Constructor.
SetSellingManagerFeedbackOptionsCall(ApiContext apiContext)
          Constructor.
 
Method Summary
 AutomatedLeaveFeedbackEventCodeType getAutomatedLeaveFeedbackEvent()
          Gets the SetSellingManagerFeedbackOptionsRequestType.automatedLeaveFeedbackEvent.
 FeedbackCommentArrayType getStoredComments()
          Gets the SetSellingManagerFeedbackOptionsRequestType.storedComments.
 void setAutomatedLeaveFeedbackEvent(AutomatedLeaveFeedbackEventCodeType automatedLeaveFeedbackEvent)
          Sets the SetSellingManagerFeedbackOptionsRequestType.automatedLeaveFeedbackEvent.
 void setSellingManagerFeedbackOptions()
          Enables Selling Manager subscribers to store standard feedback comments that can be left for their buyers.
 void setStoredComments(FeedbackCommentArrayType storedComments)
          Sets the SetSellingManagerFeedbackOptionsRequestType.storedComments.
 
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

SetSellingManagerFeedbackOptionsCall

public SetSellingManagerFeedbackOptionsCall()
Constructor.


SetSellingManagerFeedbackOptionsCall

public SetSellingManagerFeedbackOptionsCall(ApiContext apiContext)
Constructor.

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

setSellingManagerFeedbackOptions

public void setSellingManagerFeedbackOptions()
                                      throws ApiException,
                                             SdkException,
                                             Exception
Enables Selling Manager subscribers to store standard feedback comments that can be left for their buyers. Selling Manager Pro subscribers can also specify what events, if any, will trigger an automated feedback to buyers.

Throws:
ApiException
SdkException
Exception

getAutomatedLeaveFeedbackEvent

public AutomatedLeaveFeedbackEventCodeType getAutomatedLeaveFeedbackEvent()
Gets the SetSellingManagerFeedbackOptionsRequestType.automatedLeaveFeedbackEvent.

Returns:
AutomatedLeaveFeedbackEventCodeType

setAutomatedLeaveFeedbackEvent

public void setAutomatedLeaveFeedbackEvent(AutomatedLeaveFeedbackEventCodeType automatedLeaveFeedbackEvent)
Sets the SetSellingManagerFeedbackOptionsRequestType.automatedLeaveFeedbackEvent.

Parameters:
automatedLeaveFeedbackEvent - AutomatedLeaveFeedbackEventCodeType

getStoredComments

public FeedbackCommentArrayType getStoredComments()
Gets the SetSellingManagerFeedbackOptionsRequestType.storedComments.

Returns:
FeedbackCommentArrayType

setStoredComments

public void setStoredComments(FeedbackCommentArrayType storedComments)
Sets the SetSellingManagerFeedbackOptionsRequestType.storedComments.

Parameters:
storedComments - FeedbackCommentArrayType

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.