|
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.SetNotificationPreferencesCall
public class SetNotificationPreferencesCall
Wrapper class of the SetNotificationPreferences 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.
ApplicationDeliveryPreferences
- Specifies application-level event preferences that have been enabled,
including the URL to which notifications should be delivered and whether
notifications should be enabled or disabled (although the
UserDeliveryPreferenceArray input property specifies specific
notification subscriptions).
UserDeliveryPreferenceArray
- Specifies events and whether or not they are enabled.
UserData
- Specifies user data for notification settings, such as mobile phone number.
EventProperty
- Characteristics or details of an event such as type, name and value.
Currently can only be set for wireless applications.
DeliveryURLName
- Specifies up to 25 ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName to associate with a user token sent in a SetNotificationPreferences request. To specify multiple DeliveryURLNames, create separate instances of ApplicationDeliveryPreferences.DeliveryURLDetails.DeliveryURLName, and then enable up to 25 DeliveryURLNames by including them in comma-separated format in this field.
Field Summary |
---|
Fields inherited from class com.ebay.sdk.ApiCall |
---|
apiException, sendReqListeners |
Constructor Summary | |
---|---|
SetNotificationPreferencesCall()
Constructor. |
|
SetNotificationPreferencesCall(ApiContext apiContext)
Constructor. |
Method Summary | |
---|---|
ApplicationDeliveryPreferencesType |
getApplicationDeliveryPreferences()
Gets the SetNotificationPreferencesRequestType.applicationDeliveryPreferences. |
String |
getDeliveryURLName()
Gets the SetNotificationPreferencesRequestType.deliveryURLName. |
NotificationEventPropertyType[] |
getEventProperty()
Gets the SetNotificationPreferencesRequestType.eventProperty. |
NotificationUserDataType |
getUserData()
Gets the SetNotificationPreferencesRequestType.userData. |
NotificationEnableArrayType |
getUserDeliveryPreferenceArray()
Gets the SetNotificationPreferencesRequestType.userDeliveryPreferenceArray. |
void |
setApplicationDeliveryPreferences(ApplicationDeliveryPreferencesType applicationDeliveryPreferences)
Sets the SetNotificationPreferencesRequestType.applicationDeliveryPreferences. |
void |
setDeliveryURLName(String deliveryURLName)
Sets the SetNotificationPreferencesRequestType.deliveryURLName. |
void |
setEventProperty(NotificationEventPropertyType[] eventProperty)
Sets the SetNotificationPreferencesRequestType.eventProperty. |
SetNotificationPreferencesResponseType |
setNotificationPreferences()
Manages notification and alert preferences for applications and users. |
void |
setUserData(NotificationUserDataType userData)
Sets the SetNotificationPreferencesRequestType.userData. |
void |
setUserDeliveryPreferenceArray(NotificationEnableArrayType userDeliveryPreferenceArray)
Sets the SetNotificationPreferencesRequestType.userDeliveryPreferenceArray. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SetNotificationPreferencesCall()
public SetNotificationPreferencesCall(ApiContext apiContext)
apiContext
- The ApiContext object to be used to make the call.Method Detail |
---|
public SetNotificationPreferencesResponseType setNotificationPreferences() throws ApiException, SdkException, Exception
ApiException
SdkException
Exception
public ApplicationDeliveryPreferencesType getApplicationDeliveryPreferences()
public void setApplicationDeliveryPreferences(ApplicationDeliveryPreferencesType applicationDeliveryPreferences)
applicationDeliveryPreferences
- ApplicationDeliveryPreferencesTypepublic String getDeliveryURLName()
public void setDeliveryURLName(String deliveryURLName)
deliveryURLName
- Stringpublic NotificationEventPropertyType[] getEventProperty()
public void setEventProperty(NotificationEventPropertyType[] eventProperty)
eventProperty
- NotificationEventPropertyType[]public NotificationUserDataType getUserData()
public void setUserData(NotificationUserDataType userData)
userData
- NotificationUserDataTypepublic NotificationEnableArrayType getUserDeliveryPreferenceArray()
public void setUserDeliveryPreferenceArray(NotificationEnableArrayType userDeliveryPreferenceArray)
userDeliveryPreferenceArray
- NotificationEnableArrayType
|
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.