|
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.GetMessagePreferencesCall
public class GetMessagePreferencesCall
Wrapper class of the GetMessagePreferences 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.
SellerID
- The ID of the user to retrieve ASQ subjects for. This
value must be specified in the request, but does not
need to be the same user as the user making the
request.
IncludeASQPreferences
- If true, indicates that the ASQ subjects for the
specified user should be returned.
ReturnedASQPreferences
- Returns a seller's ASQ subjects, each in its own Subject
node. If the seller has not customized the ASQ subjects
using SetMessagePreferences, the call will return the
current default values. Returned if
IncludeASQPreferences = true was specified in the
request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetMessagePreferencesCall()
Constructor. |
|
GetMessagePreferencesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Boolean |
getIncludeASQPreferences()
Gets the GetMessagePreferencesRequestType.includeASQPreferences. |
ASQPreferencesType |
getMessagePreferences()
Returns a seller's Ask Seller a Question (ASQ) subjects, each in its own Subject node. |
ASQPreferencesType |
getReturnedASQPreferences()
Valid after executing the API. |
String |
getSellerID()
Gets the GetMessagePreferencesRequestType.sellerID. |
void |
setIncludeASQPreferences(Boolean includeASQPreferences)
Sets the GetMessagePreferencesRequestType.includeASQPreferences. |
void |
setSellerID(String sellerID)
Sets the GetMessagePreferencesRequestType.sellerID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetMessagePreferencesCall()
public GetMessagePreferencesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public ASQPreferencesType getMessagePreferences() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public Boolean getIncludeASQPreferences()
public void setIncludeASQPreferences(Boolean includeASQPreferences)
includeASQPreferences
- Booleanpublic String getSellerID()
public void setSellerID(String sellerID)
sellerID
- Stringpublic ASQPreferencesType getReturnedASQPreferences()
|
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.