|
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.AbstractResponseType
com.ebay.soap.eBLBaseComponents.GetNotificationPreferencesResponseType
public class GetNotificationPreferencesResponseType
Contains the requesting application's notification preferences. GetNotificationPreferences retrieves preferences that you have deliberately set. For example, if you enable the EndOfAuction event and then later disable it, the response shows the EndOfAuction event preference as Disabled. But if you have never set a preference for the EndOfAuction event, no EndOfAuction preference is returned at all.
Java class for GetNotificationPreferencesResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetNotificationPreferencesResponseType"> <complexContent> <extension base="{urn:ebay:apis:eBLBaseComponents}AbstractResponseType"> <sequence> <element name="ApplicationDeliveryPreferences" type="{urn:ebay:apis:eBLBaseComponents}ApplicationDeliveryPreferencesType" minOccurs="0"/> <element name="DeliveryURLName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="UserDeliveryPreferenceArray" type="{urn:ebay:apis:eBLBaseComponents}NotificationEnableArrayType" minOccurs="0"/> <element name="UserData" type="{urn:ebay:apis:eBLBaseComponents}NotificationUserDataType" minOccurs="0"/> <element name="EventProperty" type="{urn:ebay:apis:eBLBaseComponents}NotificationEventPropertyType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected ApplicationDeliveryPreferencesType |
applicationDeliveryPreferences
|
protected String |
deliveryURLName
|
protected List<NotificationEventPropertyType> |
eventProperty
|
protected NotificationUserDataType |
userData
|
protected NotificationEnableArrayType |
userDeliveryPreferenceArray
|
Fields inherited from class com.ebay.soap.eBLBaseComponents.AbstractResponseType |
---|
ack, any, botBlock, build, correlationID, duplicateInvocationDetails, eiasToken, errors, externalUserData, hardExpirationWarning, message, notificationEventName, notificationSignature, recipientUserID, timestamp, version |
Constructor Summary | |
---|---|
GetNotificationPreferencesResponseType()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected ApplicationDeliveryPreferencesType applicationDeliveryPreferences
protected String deliveryURLName
protected NotificationEnableArrayType userDeliveryPreferenceArray
protected NotificationUserDataType userData
protected List<NotificationEventPropertyType> eventProperty
Constructor Detail |
---|
public GetNotificationPreferencesResponseType()
Method Detail |
---|
public ApplicationDeliveryPreferencesType getApplicationDeliveryPreferences()
ApplicationDeliveryPreferencesType
public void setApplicationDeliveryPreferences(ApplicationDeliveryPreferencesType value)
value
- allowed object is
ApplicationDeliveryPreferencesType
public String getDeliveryURLName()
String
public void setDeliveryURLName(String value)
value
- allowed object is
String
public NotificationEnableArrayType getUserDeliveryPreferenceArray()
NotificationEnableArrayType
public void setUserDeliveryPreferenceArray(NotificationEnableArrayType value)
value
- allowed object is
NotificationEnableArrayType
public NotificationUserDataType getUserData()
NotificationUserDataType
public void setUserData(NotificationUserDataType value)
value
- allowed object is
NotificationUserDataType
public NotificationEventPropertyType[] getEventProperty()
NotificationEventPropertyType
public NotificationEventPropertyType getEventProperty(int idx)
NotificationEventPropertyType
public int getEventPropertyLength()
public void setEventProperty(NotificationEventPropertyType[] values)
values
- allowed objects are
NotificationEventPropertyType
protected List<NotificationEventPropertyType> _getEventProperty()
public NotificationEventPropertyType setEventProperty(int idx, NotificationEventPropertyType value)
value
- allowed object is
NotificationEventPropertyType
|
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.