|
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.GetUserCall
public class GetUserCall
Wrapper class of the GetUser 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.
ItemID
- Specify the ItemID value for a successfully concluded listing in which the
requestor and target user were participants (one as seller and the other
as buyer). Necessary to return certain data (like an email address). Not
necessary if the requestor is retrieving their own data.
UserID
- Specify the user whose data you want returned by the call. If not specified, eBay returns data pertaining to the
requesting user (as specified with the eBayAuthToken value).
IncludeExpressRequirements
- This field is deprecated.
IncludeFeatureEligibility
- If the IncludeFeatureEligibility flag is included and set to 'true', the call response will include a QualifiesForSelling flag which indicates if the eBay user is eligible to sell on eBay, and a IncludeFeatureEligibility container which indicates which selling features are available to the user.
ReturnedUser
- This container consists of detailed information about the user specified in the call request (through the UserID field) or the eBay user account that is tied to the eBayAuthToken value that is passed in the call request.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetUserCall()
Constructor. |
|
GetUserCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.Boolean |
getIncludeExpressRequirements()
Gets the GetUserRequestType.includeExpressRequirements. |
java.lang.Boolean |
getIncludeFeatureEligibility()
Gets the GetUserRequestType.includeFeatureEligibility. |
java.lang.String |
getItemID()
Gets the GetUserRequestType.itemID. |
UserType |
getReturnedUser()
Valid after executing the API. |
UserType |
getUser()
Retrieves data pertaining to a single eBay user. |
java.lang.String |
getUserID()
Gets the GetUserRequestType.userID. |
void |
setIncludeExpressRequirements(java.lang.Boolean includeExpressRequirements)
Sets the GetUserRequestType.includeExpressRequirements. |
void |
setIncludeFeatureEligibility(java.lang.Boolean includeFeatureEligibility)
Sets the GetUserRequestType.includeFeatureEligibility. |
void |
setItemID(java.lang.String itemID)
Sets the GetUserRequestType.itemID. |
void |
setUserID(java.lang.String userID)
Sets the GetUserRequestType.userID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetUserCall()
public GetUserCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public UserType getUser() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Boolean getIncludeExpressRequirements()
public void setIncludeExpressRequirements(java.lang.Boolean includeExpressRequirements)
includeExpressRequirements
- Booleanpublic java.lang.Boolean getIncludeFeatureEligibility()
public void setIncludeFeatureEligibility(java.lang.Boolean includeFeatureEligibility)
includeFeatureEligibility
- Booleanpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getUserID()
public void setUserID(java.lang.String userID)
userID
- Stringpublic UserType getReturnedUser()
|
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.