|
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 eBay user ID of the seller to retrieve ASQ subjects for. A user can retrieve their own ASQ subjects or those of another eBay user with a seller account.
IncludeASQPreferences
- This field must be included and set to true
to retrieve the ASQ subjects for the specified eBay user.
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 | |
---|---|
java.lang.Boolean |
getIncludeASQPreferences()
Gets the GetMessagePreferencesRequestType.includeASQPreferences. |
ASQPreferencesType |
getMessagePreferences()
Returns a seller's Ask Seller a Question (ASQ) subjects, each in its own Subject field. |
ASQPreferencesType |
getReturnedASQPreferences()
Valid after executing the API. |
java.lang.String |
getSellerID()
Gets the GetMessagePreferencesRequestType.sellerID. |
void |
setIncludeASQPreferences(java.lang.Boolean includeASQPreferences)
Sets the GetMessagePreferencesRequestType.includeASQPreferences. |
void |
setSellerID(java.lang.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, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Boolean getIncludeASQPreferences()
public void setIncludeASQPreferences(java.lang.Boolean includeASQPreferences)
includeASQPreferences
- Booleanpublic java.lang.String getSellerID()
public void setSellerID(java.lang.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.