|
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.ReviseSellingManagerProductCall
public class ReviseSellingManagerProductCall
Wrapper class of the ReviseSellingManagerProduct 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.
SellingManagerProductDetails
- The details of the product that is being revised.
SellingManagerFolderDetails
- The details of the folder for this product.
DeletedField
- Specifies the name of a field to remove from a Selling Manager product.
The request can contain zero, one, or many instances of DeletedField (one for each field to be removed).
DeletedField accepts the following path names, which remove the corresponding fields:SellingManagerProductSpecifics
- Specifies an eBay category associated with the product,
defines Item Specifics that are relevant to the product,
and defines variations available for the product
(which may be used to create multi-variation listings).
ReturnedSellingManagerProductDetails
- The details of the product.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
ReviseSellingManagerProductCall()
Constructor. |
|
ReviseSellingManagerProductCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getDeletedField()
Gets the ReviseSellingManagerProductRequestType.deletedField. |
SellingManagerProductDetailsType |
getReturnedSellingManagerProductDetails()
Valid after executing the API. |
SellingManagerFolderDetailsType |
getSellingManagerFolderDetails()
Gets the ReviseSellingManagerProductRequestType.sellingManagerFolderDetails. |
SellingManagerProductDetailsType |
getSellingManagerProductDetails()
Gets the ReviseSellingManagerProductRequestType.sellingManagerProductDetails. |
SellingManagerProductSpecificsType |
getSellingManagerProductSpecifics()
Gets the ReviseSellingManagerProductRequestType.sellingManagerProductSpecifics. |
SellingManagerProductDetailsType |
reviseSellingManagerProduct()
Revises a Selling Manager Product. |
void |
setDeletedField(java.lang.String[] deletedField)
Sets the ReviseSellingManagerProductRequestType.deletedField. |
void |
setSellingManagerFolderDetails(SellingManagerFolderDetailsType sellingManagerFolderDetails)
Sets the ReviseSellingManagerProductRequestType.sellingManagerFolderDetails. |
void |
setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
Sets the ReviseSellingManagerProductRequestType.sellingManagerProductDetails. |
void |
setSellingManagerProductSpecifics(SellingManagerProductSpecificsType sellingManagerProductSpecifics)
Sets the ReviseSellingManagerProductRequestType.sellingManagerProductSpecifics. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReviseSellingManagerProductCall()
public ReviseSellingManagerProductCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerProductDetailsType reviseSellingManagerProduct() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public java.lang.String[] getDeletedField()
public void setDeletedField(java.lang.String[] deletedField)
deletedField
- String[]public SellingManagerFolderDetailsType getSellingManagerFolderDetails()
public void setSellingManagerFolderDetails(SellingManagerFolderDetailsType sellingManagerFolderDetails)
sellingManagerFolderDetails
- SellingManagerFolderDetailsTypepublic SellingManagerProductDetailsType getSellingManagerProductDetails()
public void setSellingManagerProductDetails(SellingManagerProductDetailsType sellingManagerProductDetails)
sellingManagerProductDetails
- SellingManagerProductDetailsTypepublic SellingManagerProductSpecificsType getSellingManagerProductSpecifics()
public void setSellingManagerProductSpecifics(SellingManagerProductSpecificsType sellingManagerProductSpecifics)
sellingManagerProductSpecifics
- SellingManagerProductSpecificsTypepublic SellingManagerProductDetailsType getReturnedSellingManagerProductDetails()
|
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.