Changes since
the last release

com.ebay.sdk
Class ApiAccount

java.lang.Object
  extended by com.ebay.sdk.ApiAccount

public class ApiAccount
extends Object

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

ApiAccount

public ApiAccount()
Constructor.

Method Detail

getDeveloper

public String getDeveloper()
Get API developer string.

Returns:
the API developer string.

setDeveloper

public void setDeveloper(String developer)
Set API developer string.

Parameters:
developer - the API developer string to set.

getApplication

public String getApplication()
Get API application string.

Returns:
the API application string.

setApplication

public void setApplication(String application)
Set API application string.

Parameters:
application - the API application string to set.

getCertificate

public String getCertificate()
Get API certificate string.

Returns:
the API certificate string.

setCertificate

public void setCertificate(String certificate)
Set API certificate string.

Parameters:
certificate - the API certificate string to set.

Changes since
the last release

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.