|
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.GetContextualKeywordsCall
public class GetContextualKeywordsCall
Wrapper class of the GetContextualKeywords 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.
URL
- The URL of the web page from which eBay is to extract keywords.
Encoding
- Web page encoding by which the URL is to be handled, such as ISO-8859-1.
CategoryID
- The ID of the category to which keywords are to be limited.
Zero or more category IDs can be specified.
ReturnedContextSearchAsset
- An array of either keyword/category pairs or categories, with ranking and score.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetContextualKeywordsCall()
Constructor. |
|
GetContextualKeywordsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getCategoryID()
Gets the GetContextualKeywordsRequestType.categoryID. |
ContextSearchAssetType[] |
getContextualKeywords()
Retrieves top-ranked contextual eBay keywords and categories for a specified web page. |
java.lang.String |
getEncoding()
Gets the GetContextualKeywordsRequestType.encoding. |
ContextSearchAssetType[] |
getReturnedContextSearchAsset()
Valid after executing the API. |
java.lang.String |
getURL()
Gets the GetContextualKeywordsRequestType.uRL. |
void |
setCategoryID(java.lang.String[] categoryID)
Sets the GetContextualKeywordsRequestType.categoryID. |
void |
setEncoding(java.lang.String encoding)
Sets the GetContextualKeywordsRequestType.encoding. |
void |
setURL(java.lang.String uRL)
Sets the GetContextualKeywordsRequestType.uRL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetContextualKeywordsCall()
public GetContextualKeywordsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public ContextSearchAssetType[] getContextualKeywords() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String[] getCategoryID()
public void setCategoryID(java.lang.String[] categoryID)
categoryID
- String[]public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
encoding
- Stringpublic java.lang.String getURL()
public void setURL(java.lang.String uRL)
uRL
- Stringpublic ContextSearchAssetType[] getReturnedContextSearchAsset()
|
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.