|
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.soap.eBLBaseComponents.AbstractRequestType
com.ebay.soap.eBLBaseComponents.GetSellerEventsRequestType
public class GetSellerEventsRequestType
Retrieves price changes, item revisions, description revisions, and other changes that have occurred within the last 48 hours related to a seller's eBay listings.
Java class for GetSellerEventsRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetSellerEventsRequestType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractRequestType"> <sequence> <element name="UserID" type="{urn:ebay:apis:eBLBaseComponents}UserIDType" minOccurs="0"/> <element name="StartTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="StartTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EndTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="EndTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ModTimeFrom" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="ModTimeTo" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/> <element name="NewItemFilter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeWatchCount" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="IncludeVariationSpecifics" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="HideVariations" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected Calendar |
endTimeFrom
|
protected Calendar |
endTimeTo
|
protected Boolean |
hideVariations
|
protected Boolean |
includeVariationSpecifics
|
protected Boolean |
includeWatchCount
|
protected Calendar |
modTimeFrom
|
protected Calendar |
modTimeTo
|
protected Boolean |
newItemFilter
|
protected Calendar |
startTimeFrom
|
protected Calendar |
startTimeTo
|
protected String |
userID
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
any, botBlock, detailLevel, endUserIP, errorHandling, errorLanguage, invocationID, messageID, outputSelector, version, warningLevel |
Constructor Summary | |
---|---|
GetSellerEventsRequestType()
|
Method Summary | |
---|---|
Calendar |
getEndTimeFrom()
Gets the value of the endTimeFrom property. |
Calendar |
getEndTimeTo()
Gets the value of the endTimeTo property. |
Calendar |
getModTimeFrom()
Gets the value of the modTimeFrom property. |
Calendar |
getModTimeTo()
Gets the value of the modTimeTo property. |
Calendar |
getStartTimeFrom()
Gets the value of the startTimeFrom property. |
Calendar |
getStartTimeTo()
Gets the value of the startTimeTo property. |
String |
getUserID()
Gets the value of the userID property. |
Boolean |
isHideVariations()
Gets the value of the hideVariations property. |
Boolean |
isIncludeVariationSpecifics()
Gets the value of the includeVariationSpecifics property. |
Boolean |
isIncludeWatchCount()
Gets the value of the includeWatchCount property. |
Boolean |
isNewItemFilter()
Gets the value of the newItemFilter property. |
void |
setEndTimeFrom(Calendar value)
Sets the value of the endTimeFrom property. |
void |
setEndTimeTo(Calendar value)
Sets the value of the endTimeTo property. |
void |
setHideVariations(Boolean value)
Sets the value of the hideVariations property. |
void |
setIncludeVariationSpecifics(Boolean value)
Sets the value of the includeVariationSpecifics property. |
void |
setIncludeWatchCount(Boolean value)
Sets the value of the includeWatchCount property. |
void |
setModTimeFrom(Calendar value)
Sets the value of the modTimeFrom property. |
void |
setModTimeTo(Calendar value)
Sets the value of the modTimeTo property. |
void |
setNewItemFilter(Boolean value)
Sets the value of the newItemFilter property. |
void |
setStartTimeFrom(Calendar value)
Sets the value of the startTimeFrom property. |
void |
setStartTimeTo(Calendar value)
Sets the value of the startTimeTo property. |
void |
setUserID(String value)
Sets the value of the userID property. |
Methods inherited from class com.ebay.soap.eBLBaseComponents.AbstractRequestType |
---|
_getAny, _getDetailLevel, _getOutputSelector, getAny, getAny, getAnyLength, getBotBlock, getDetailLevel, getDetailLevel, getDetailLevelLength, getEndUserIP, getErrorHandling, getErrorLanguage, getInvocationID, getMessageID, getOutputSelector, getOutputSelector, getOutputSelectorLength, getVersion, getWarningLevel, setAny, setAny, setBotBlock, setDetailLevel, setDetailLevel, setEndUserIP, setErrorHandling, setErrorLanguage, setInvocationID, setMessageID, setOutputSelector, setOutputSelector, setVersion, setWarningLevel |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String userID
protected Calendar startTimeFrom
protected Calendar startTimeTo
protected Calendar endTimeFrom
protected Calendar endTimeTo
protected Calendar modTimeFrom
protected Calendar modTimeTo
protected Boolean newItemFilter
protected Boolean includeWatchCount
protected Boolean includeVariationSpecifics
protected Boolean hideVariations
Constructor Detail |
---|
public GetSellerEventsRequestType()
Method Detail |
---|
public String getUserID()
String
public void setUserID(String value)
value
- allowed object is
String
public Calendar getStartTimeFrom()
String
public void setStartTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getStartTimeTo()
String
public void setStartTimeTo(Calendar value)
value
- allowed object is
String
public Calendar getEndTimeFrom()
String
public void setEndTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getEndTimeTo()
String
public void setEndTimeTo(Calendar value)
value
- allowed object is
String
public Calendar getModTimeFrom()
String
public void setModTimeFrom(Calendar value)
value
- allowed object is
String
public Calendar getModTimeTo()
String
public void setModTimeTo(Calendar value)
value
- allowed object is
String
public Boolean isNewItemFilter()
Boolean
public void setNewItemFilter(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeWatchCount()
Boolean
public void setIncludeWatchCount(Boolean value)
value
- allowed object is
Boolean
public Boolean isIncludeVariationSpecifics()
Boolean
public void setIncludeVariationSpecifics(Boolean value)
value
- allowed object is
Boolean
public Boolean isHideVariations()
Boolean
public void setHideVariations(Boolean value)
value
- allowed object is
Boolean
|
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.