|
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.AddDisputeResponseCall
public class AddDisputeResponseCall
Wrapper class of the AddDisputeResponse call of eBay SOAP API.
Title: SOAP API wrapper library.
Description: Contains wrapper classes for eBay SOAP APIs.
Copyright: Copyright (c) 2007
Company: eBay Inc.
DisputeID - The unique identifier of the dispute,
returned when the dispute was created.
MessageText - The text of a comment or response being posted to the dispute. Required
when DisputeActivity is SellerAddInformation, SellerComment, or
SellerPaymentNotReceived; otherwise, optional.
DisputeActivity - The type of activity the seller is taking on the dispute.
The allowed value is determined by the current value of
DisputeState, returned by GetDispute or GetUserDisputes.
Some values are for Unpaid Item disputes and some are for Item
Not Received disputes.
ShippingCarrierUsed - The shipping carrier used for the item in dispute. Required if DisputeActivity
is SellerShippedItem; otherwise, optional.
ShipmentTrackNumber - The shipper's tracking number for the item being shipped. Required
if DisputeActivity is SellerShippedItem; otherwise, optional.
ShippingTime - The date the item under dispute was shipped. Required if DisputeActivity
is SellerShippedItem; otherwise, optional.
| Field Summary |
|---|
| Fields inherited from class com.ebay.sdk.ApiCall |
|---|
apiException, fullCredentials, sendReqListeners |
| Constructor Summary | |
|---|---|
AddDisputeResponseCall()
Constructor. |
|
AddDisputeResponseCall(ApiContext apiContext)
Constructor. |
|
| Method Summary | |
|---|---|
AddDisputeResponseResponseType |
addDisputeResponse()
Allows a seller to respond to an Unpaid Item or Item Not Received dispute. |
DisputeActivityCodeType |
getDisputeActivity()
Gets the AddDisputeResponseRequestType.disputeActivity. |
DisputeIDType |
getDisputeID()
Gets the AddDisputeResponseRequestType.disputeID. |
String |
getMessageText()
Gets the AddDisputeResponseRequestType.messageText. |
String |
getShipmentTrackNumber()
Gets the AddDisputeResponseRequestType.shipmentTrackNumber. |
String |
getShippingCarrierUsed()
Gets the AddDisputeResponseRequestType.shippingCarrierUsed. |
Calendar |
getShippingTime()
Gets the AddDisputeResponseRequestType.shippingTime. |
void |
setDisputeActivity(DisputeActivityCodeType disputeActivity)
Sets the AddDisputeResponseRequestType.disputeActivity. |
void |
setDisputeID(DisputeIDType disputeID)
Sets the AddDisputeResponseRequestType.disputeID. |
void |
setMessageText(String messageText)
Sets the AddDisputeResponseRequestType.messageText. |
void |
setShipmentTrackNumber(String shipmentTrackNumber)
Sets the AddDisputeResponseRequestType.shipmentTrackNumber. |
void |
setShippingCarrierUsed(String shippingCarrierUsed)
Sets the AddDisputeResponseRequestType.shippingCarrierUsed. |
void |
setShippingTime(Calendar shippingTime)
Sets the AddDisputeResponseRequestType.shippingTime. |
| Methods inherited from class com.ebay.sdk.ApiCall |
|---|
addDetailLevel, addSendRequestListener, execute, executeByApiName, getApiContext, getApiException, getCallRetry, getDetailLevel, getEnableCompression, getRequestXml, getResponseObject, getResponseXml, getSite, hasError, hasWarning, removeSendRequestListener, setApiContext, setCallRetry, setDetailLevel, setEnableCompression, setSite |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AddDisputeResponseCall()
public AddDisputeResponseCall(ApiContext apiContext)
apiContext - The ApiContext object to be used to make the call.| Method Detail |
|---|
public AddDisputeResponseResponseType addDisputeResponse()
throws ApiException,
SdkException,
Exception
ApiException
SdkException
Exceptionpublic DisputeActivityCodeType getDisputeActivity()
public void setDisputeActivity(DisputeActivityCodeType disputeActivity)
disputeActivity - DisputeActivityCodeTypepublic DisputeIDType getDisputeID()
public void setDisputeID(DisputeIDType disputeID)
disputeID - DisputeIDTypepublic String getMessageText()
public void setMessageText(String messageText)
messageText - Stringpublic String getShipmentTrackNumber()
public void setShipmentTrackNumber(String shipmentTrackNumber)
shipmentTrackNumber - Stringpublic String getShippingCarrierUsed()
public void setShippingCarrierUsed(String shippingCarrierUsed)
shippingCarrierUsed - Stringpublic Calendar getShippingTime()
public void setShippingTime(Calendar shippingTime)
shippingTime - Calendar
|
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-2006 eBay Inc. All rights reserved.