|
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 item ID 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. ItemID is an
optional input.
UserID
- Specify the user whose data you want returned by the call. UserID is
optional. If not specified, eBay returns data pertaining to the
requesting user (as specified with the eBayAuthToken).
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
- Contains the returned user data for the specified eBay user.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetUserCall()
Constructor. |
|
GetUserCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
Boolean |
getIncludeExpressRequirements()
Gets the GetUserRequestType.includeExpressRequirements. |
Boolean |
getIncludeFeatureEligibility()
Gets the GetUserRequestType.includeFeatureEligibility. |
String |
getItemID()
Gets the GetUserRequestType.itemID. |
UserType |
getReturnedUser()
Valid after executing the API. |
UserType |
getUser()
Retrieves data pertaining to a single eBay user. |
String |
getUserID()
Gets the GetUserRequestType.userID. |
void |
setIncludeExpressRequirements(Boolean includeExpressRequirements)
Sets the GetUserRequestType.includeExpressRequirements. |
void |
setIncludeFeatureEligibility(Boolean includeFeatureEligibility)
Sets the GetUserRequestType.includeFeatureEligibility. |
void |
setItemID(String itemID)
Sets the GetUserRequestType.itemID. |
void |
setUserID(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, Exception
ApiException
SdkException
Exception
public Boolean getIncludeExpressRequirements()
public void setIncludeExpressRequirements(Boolean includeExpressRequirements)
includeExpressRequirements
- Booleanpublic Boolean getIncludeFeatureEligibility()
public void setIncludeFeatureEligibility(Boolean includeFeatureEligibility)
includeFeatureEligibility
- Booleanpublic String getItemID()
public void setItemID(String itemID)
itemID
- Stringpublic String getUserID()
public void setUserID(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.