|
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.GetSuggestedCategoriesCall
public class GetSuggestedCategoriesCall
Wrapper class of the GetSuggestedCategories 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.
Query
- Specifies the search string, consisting of one or
more words to search for in the listing title.
The words "and" and "or" are treated like any other
word.
ReturnedSuggestedCategoryArray
- Contains the categories that contain listings
that match the query string in the request. The array
can have up to 10 categories. Not returned if no categories match
the query in the request.
ReturnedCategoryCount
- Indicates the number of categories in the array.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetSuggestedCategoriesCall()
Constructor. |
|
GetSuggestedCategoriesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
String |
getQuery()
Gets the GetSuggestedCategoriesRequestType.query. |
Integer |
getReturnedCategoryCount()
Valid after executing the API. |
SuggestedCategoryType[] |
getReturnedSuggestedCategoryArray()
Valid after executing the API. |
SuggestedCategoryType[] |
getSuggestedCategories()
Returns a list of up to 10 categories that have the highest percentage of listings whose titles or descriptions contain the keywords you specify. |
void |
setQuery(String query)
Sets the GetSuggestedCategoriesRequestType.query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetSuggestedCategoriesCall()
public GetSuggestedCategoriesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SuggestedCategoryType[] getSuggestedCategories() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public String getQuery()
public void setQuery(String query)
query
- Stringpublic Integer getReturnedCategoryCount()
public SuggestedCategoryType[] getReturnedSuggestedCategoryArray()
|
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.