|
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.ApiAccount
public class ApiAccount
Defines eBay API account object. You need apply for an API account first before making any eBay API call.
Title:
Description:
Copyright: Copyright (c) 2004
Company: eBay Inc.
| Constructor Summary | |
|---|---|
ApiAccount()
Constructor. |
|
| Method Summary | |
|---|---|
String |
getApplication()
Get API application string. |
String |
getCertificate()
Get API certificate string. |
String |
getDeveloper()
Get API developer string. |
void |
setApplication(String application)
Set API application string. |
void |
setCertificate(String certificate)
Set API certificate string. |
void |
setDeveloper(String developer)
Set API developer string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiAccount()
| Method Detail |
|---|
public String getDeveloper()
public void setDeveloper(String developer)
developer - the API developer string to set.public String getApplication()
public void setApplication(String application)
application - the API application string to set.public String getCertificate()
public void setCertificate(String certificate)
certificate - the API certificate string to set.
|
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-2006 eBay Inc. All rights reserved.