|
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.GetUserContactDetailsCall
public class GetUserContactDetailsCall
Wrapper class of the GetUserContactDetails 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
- A unique identifier for the eBay listing that the caller and order partner have in common.
ContactID
- An eBay user ID that uniquely identifies a given user for whom the caller is seeking information. Either a seller's or bidder's/buyer's user ID can be specified here, as long as an bidding/order relationship exists between the requester and the user specified by this field. That is, a bidder must be bidding on the seller's active auction item, or a prospective buyer has proposed a Best Offer on a listing.
RequesterID
- An eBay user ID that uniquely identifies the person who is making the call. Either a seller's or bidder's/buyer's user ID can be specified here, as long as a bidding/order relationship exists between the requester and the user for whom information is being requested.
ReturnedUserID
- An eBay ID that uniquely identifies the given user whose information is given in the call response.
ReturnedContactAddress
- Contact information for the requested contact.
Note that the email address is NOT returned.
ReturnedRegistrationDate
- The date and time that the requested contact
registered with eBay.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetUserContactDetailsCall()
Constructor. |
|
GetUserContactDetailsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getContactID()
Gets the GetUserContactDetailsRequestType.contactID. |
java.lang.String |
getItemID()
Gets the GetUserContactDetailsRequestType.itemID. |
java.lang.String |
getRequesterID()
Gets the GetUserContactDetailsRequestType.requesterID. |
AddressType |
getReturnedContactAddress()
Valid after executing the API. |
java.util.Calendar |
getReturnedRegistrationDate()
Valid after executing the API. |
java.lang.String |
getReturnedUserID()
Valid after executing the API. |
java.lang.String |
getUserContactDetails()
This call is used to retrieve contact information for a specified eBay user, given that a bidding relationship (as either a buyer or seller) exists between the caller and the user. |
void |
setContactID(java.lang.String contactID)
Sets the GetUserContactDetailsRequestType.contactID. |
void |
setItemID(java.lang.String itemID)
Sets the GetUserContactDetailsRequestType.itemID. |
void |
setRequesterID(java.lang.String requesterID)
Sets the GetUserContactDetailsRequestType.requesterID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetUserContactDetailsCall()
public GetUserContactDetailsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public java.lang.String getUserContactDetails() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String getContactID()
public void setContactID(java.lang.String contactID)
contactID
- Stringpublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getRequesterID()
public void setRequesterID(java.lang.String requesterID)
requesterID
- Stringpublic AddressType getReturnedContactAddress()
public java.util.Calendar getReturnedRegistrationDate()
public java.lang.String getReturnedUserID()
|
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.