|
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.GetStoreOptionsCall
public class GetStoreOptionsCall
Wrapper class of the GetStoreOptions 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.
ReturnedBasicThemeArray
- This container consists of the current set of basic themes available for eBay Stores. Each basic theme definition consists of settings like colors, font style, and font size. This theme data can be reused in a SetStore call to set/modify the theme for an eBay Store.
ReturnedAdvancedThemeArray
- This container consists of the current set of advanced themes available for eBay Stores. Each advanced theme definition consists of settings like colors, font style, and font size. This theme data can be reused in a SetStore call to set/modify the theme for an eBay Store. Unlike basic themes, you can use any color scheme with an advanced theme. These themes are suitable for more advanced customization.
ReturnedLogoArray
- An array of logo identifiers for numerous product categories. These LogoID values can be reused in a SetStore call to set the logo for an eBay Store.
ReturnedSubscriptionArray
- This container consists of the different levels of eBay Store subscriptions along with the monthly subscription price.
MaxCategories
- This value indicates the maximum number of categories (meta and leaf) that can be set up in an eBay Store.
MaxCategoryLevels
- This is the maximum number of category levels that can be set up in an eBay Store.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetStoreOptionsCall()
Constructor. |
|
GetStoreOptionsCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.Integer |
getMaxCategories()
Valid after executing the API. |
java.lang.Integer |
getMaxCategoryLevels()
Valid after executing the API. |
StoreThemeArrayType |
getReturnedAdvancedThemeArray()
Valid after executing the API. |
StoreThemeArrayType |
getReturnedBasicThemeArray()
Valid after executing the API. |
StoreLogoArrayType |
getReturnedLogoArray()
Valid after executing the API. |
StoreSubscriptionArrayType |
getReturnedSubscriptionArray()
Valid after executing the API. |
void |
getStoreOptions()
This call is used to retrieve the current list of eBay Store configuration settings. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetStoreOptionsCall()
public GetStoreOptionsCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public void getStoreOptions() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.Integer getMaxCategories()
public java.lang.Integer getMaxCategoryLevels()
public StoreThemeArrayType getReturnedAdvancedThemeArray()
public StoreThemeArrayType getReturnedBasicThemeArray()
public StoreLogoArrayType getReturnedLogoArray()
public StoreSubscriptionArrayType getReturnedSubscriptionArray()
|
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.