|
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.GetSellingManagerEmailLogCall
public class GetSellingManagerEmailLogCall
Wrapper class of the GetSellingManagerEmailLog 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.
ItemID
- Unique identifier for the eBay item listing associated with the Selling
Manager email log. Unless the OrderID or OrderLineItemID value is
specified in the request, the ItemID and TransactionID fields must be
used to identify the Selling Manager email log to retrieve. You can
use GetSellingManagerSoldListings to retrieve the ItemID, TransactionID
or OrderLineItemID values that correspond to the Selling Manager sale
record (SaleRecordID). All four of these fields are returned under the
SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
TransactionID
- Unique identifier for the order line item associated with
the Selling Manager email log. Unless the OrderID or OrderLineItemID
value is specified in the request, the ItemID and TransactionID fields
must be used to identify the Selling Manager email log to retrieve.
You can use GetSellingManagerSoldListings to retrieve the ItemID,
TransactionID or OrderLineItemID values that correspond to the Selling
Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request.
OrderID
- A unique identifier that identifies a single line item or multiple line item
(Combined Invoice) order associated with the Selling Manager email log.
EmailDateRange
- Specifies the earliest (oldest) and latest (most recent) dates to use in a
date range filter based on email sent date. Each of the time ranges can be
up to 90 days.
OrderLineItemID
- A unique identifier for an eBay order line item that is associated with
the Selling Manager email log. This field is created as soon as there
is a commitment to buy from the seller, and its value is based upon the
concatenation of ItemID and TransactionID, with a hyphen in between
these two IDs. You can use GetSellingManagerSoldListings to retrieve the
ItemID, TransactionID or OrderLineItemID values that correspond to the
Selling Manager sale record (SaleRecordID). All four of these fields are
returned under the SellingManagerSoldTransaction container of the
GetSellingManagerSoldListings request. Unless an OrderID or an
ItemID/TransactionID pair is specified in the GetSellingManagerSaleRecord
request, the OrderLineItemID is required.
ReturnedEmailLog
- Email logs associated with this order.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
GetSellingManagerEmailLogCall()
Constructor. |
|
GetSellingManagerEmailLogCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
TimeRangeType |
getEmailDateRange()
Gets the GetSellingManagerEmailLogRequestType.emailDateRange. |
java.lang.String |
getItemID()
Gets the GetSellingManagerEmailLogRequestType.itemID. |
java.lang.String |
getOrderID()
Gets the GetSellingManagerEmailLogRequestType.orderID. |
java.lang.String |
getOrderLineItemID()
Gets the GetSellingManagerEmailLogRequestType.orderLineItemID. |
SellingManagerEmailLogType[] |
getReturnedEmailLog()
Valid after executing the API. |
SellingManagerEmailLogType[] |
getSellingManagerEmailLog()
Retrieves a log of emails sent, or scheduled to be sent, to buyers. |
java.lang.Long |
getTransactionID()
Gets the GetSellingManagerEmailLogRequestType.transactionID. |
void |
setEmailDateRange(TimeRangeType emailDateRange)
Sets the GetSellingManagerEmailLogRequestType.emailDateRange. |
void |
setItemID(java.lang.String itemID)
Sets the GetSellingManagerEmailLogRequestType.itemID. |
void |
setOrderID(java.lang.String orderID)
Sets the GetSellingManagerEmailLogRequestType.orderID. |
void |
setOrderLineItemID(java.lang.String orderLineItemID)
Sets the GetSellingManagerEmailLogRequestType.orderLineItemID. |
void |
setTransactionID(java.lang.Long transactionID)
Sets the GetSellingManagerEmailLogRequestType.transactionID. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GetSellingManagerEmailLogCall()
public GetSellingManagerEmailLogCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SellingManagerEmailLogType[] getSellingManagerEmailLog() throws ApiException, SdkException, java.lang.Exception
ApiException
SdkException
java.lang.Exception
public TimeRangeType getEmailDateRange()
public void setEmailDateRange(TimeRangeType emailDateRange)
emailDateRange
- TimeRangeTypepublic java.lang.String getItemID()
public void setItemID(java.lang.String itemID)
itemID
- Stringpublic java.lang.String getOrderID()
public void setOrderID(java.lang.String orderID)
orderID
- Stringpublic java.lang.String getOrderLineItemID()
public void setOrderLineItemID(java.lang.String orderLineItemID)
orderLineItemID
- Stringpublic java.lang.Long getTransactionID()
public void setTransactionID(java.lang.Long transactionID)
transactionID
- Longpublic SellingManagerEmailLogType[] getReturnedEmailLog()
|
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.