|
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 java.util.Calendar |
endTimeFrom
|
protected java.util.Calendar |
endTimeTo
|
protected java.lang.Boolean |
hideVariations
|
protected java.lang.Boolean |
includeVariationSpecifics
|
protected java.lang.Boolean |
includeWatchCount
|
protected java.util.Calendar |
modTimeFrom
|
protected java.util.Calendar |
modTimeTo
|
protected java.lang.Boolean |
newItemFilter
|
protected java.util.Calendar |
startTimeFrom
|
protected java.util.Calendar |
startTimeTo
|
protected java.lang.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 | |
---|---|
java.util.Calendar |
getEndTimeFrom()
Gets the value of the endTimeFrom property. |
java.util.Calendar |
getEndTimeTo()
Gets the value of the endTimeTo property. |
java.util.Calendar |
getModTimeFrom()
Gets the value of the modTimeFrom property. |
java.util.Calendar |
getModTimeTo()
Gets the value of the modTimeTo property. |
java.util.Calendar |
getStartTimeFrom()
Gets the value of the startTimeFrom property. |
java.util.Calendar |
getStartTimeTo()
Gets the value of the startTimeTo property. |
java.lang.String |
getUserID()
Gets the value of the userID property. |
java.lang.Boolean |
isHideVariations()
Gets the value of the hideVariations property. |
java.lang.Boolean |
isIncludeVariationSpecifics()
Gets the value of the includeVariationSpecifics property. |
java.lang.Boolean |
isIncludeWatchCount()
Gets the value of the includeWatchCount property. |
java.lang.Boolean |
isNewItemFilter()
Gets the value of the newItemFilter property. |
void |
setEndTimeFrom(java.util.Calendar value)
Sets the value of the endTimeFrom property. |
void |
setEndTimeTo(java.util.Calendar value)
Sets the value of the endTimeTo property. |
void |
setHideVariations(java.lang.Boolean value)
Sets the value of the hideVariations property. |
void |
setIncludeVariationSpecifics(java.lang.Boolean value)
Sets the value of the includeVariationSpecifics property. |
void |
setIncludeWatchCount(java.lang.Boolean value)
Sets the value of the includeWatchCount property. |
void |
setModTimeFrom(java.util.Calendar value)
Sets the value of the modTimeFrom property. |
void |
setModTimeTo(java.util.Calendar value)
Sets the value of the modTimeTo property. |
void |
setNewItemFilter(java.lang.Boolean value)
Sets the value of the newItemFilter property. |
void |
setStartTimeFrom(java.util.Calendar value)
Sets the value of the startTimeFrom property. |
void |
setStartTimeTo(java.util.Calendar value)
Sets the value of the startTimeTo property. |
void |
setUserID(java.lang.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 java.lang.String userID
protected java.util.Calendar startTimeFrom
protected java.util.Calendar startTimeTo
protected java.util.Calendar endTimeFrom
protected java.util.Calendar endTimeTo
protected java.util.Calendar modTimeFrom
protected java.util.Calendar modTimeTo
protected java.lang.Boolean newItemFilter
protected java.lang.Boolean includeWatchCount
protected java.lang.Boolean includeVariationSpecifics
protected java.lang.Boolean hideVariations
Constructor Detail |
---|
public GetSellerEventsRequestType()
Method Detail |
---|
public java.lang.String getUserID()
String
public void setUserID(java.lang.String value)
value
- allowed object is
String
public java.util.Calendar getStartTimeFrom()
String
public void setStartTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getStartTimeTo()
String
public void setStartTimeTo(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTimeFrom()
String
public void setEndTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getEndTimeTo()
String
public void setEndTimeTo(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getModTimeFrom()
String
public void setModTimeFrom(java.util.Calendar value)
value
- allowed object is
String
public java.util.Calendar getModTimeTo()
String
public void setModTimeTo(java.util.Calendar value)
value
- allowed object is
String
public java.lang.Boolean isNewItemFilter()
Boolean
public void setNewItemFilter(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeWatchCount()
Boolean
public void setIncludeWatchCount(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isIncludeVariationSpecifics()
Boolean
public void setIncludeVariationSpecifics(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isHideVariations()
Boolean
public void setHideVariations(java.lang.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.