|
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.GetCategoryMappingsCall
public class GetCategoryMappingsCall
Wrapper class of the GetCategoryMappings 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.
CategoryVersion
- A version of the category mapping for the site. Filters
out data from the call to return only the category
mappings for which the data has changed since the
specified version. If not specified, all category
mappings are returned. Typically, an application passes
the version value of the last set of category mappings
that the application stored locally. The latest version
value is not necessarily greater than the previous value
that was returned. Therefore, when comparing versions,
only compare whether the value has changed.
ReturnedCategoryMapping
- Mapping between an old category ID and an active category ID. Returned when
category mappings exist and the value of CategoryVersion is different from
the current version on the site.
ReturnedCategoryVersion
- Version value assigned to the current category mapping data for the site.
Compare this value to the version value the application stored with the mappings
the last time the application executed the call. If the versions are the same,
the data has not changed since the last time the data was retrieved and stored.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetCategoryMappingsCall()
Constructor. |
|
GetCategoryMappingsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
void |
getCategoryMappings()
Retrieves a map of old category IDs and corresponding active category IDs defined for the site to which the request is sent. |
String |
getCategoryVersion()
Gets the GetCategoryMappingsRequestType.categoryVersion. |
CategoryMappingType[] |
getReturnedCategoryMapping()
Valid after executing the API. |
String |
getReturnedCategoryVersion()
Valid after executing the API. |
void |
setCategoryVersion(String categoryVersion)
Sets the GetCategoryMappingsRequestType.categoryVersion. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetCategoryMappingsCall()
public GetCategoryMappingsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getCategoryMappings() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String getCategoryVersion()
public void setCategoryVersion(String categoryVersion)
categoryVersion
- Stringpublic CategoryMappingType[] getReturnedCategoryMapping()
public String getReturnedCategoryVersion()
|
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.