public static class DeliveryReceiptSubscription.CallbackReference extends Object
| Constructor and Description |
|---|
CallbackReference()
default constructor
|
CallbackReference(String callbackData,
String notifyURL)
alternate constructor setting both callbackData and notifyURL
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCallbackData()
return the user data that will be sent along with the callback notification
|
String |
getNotifyURL()
return the URL of the page / service to send the notification to
|
void |
setCallbackData(String callbackData)
set the user data field that will be sent along with the callback notification
|
void |
setNotifyURL(String notifyURL)
set the URL for the page / service to send the notification to
|
String |
toString()
generate a textual representation of the CallbackReference
|
public String getCallbackData()
public String getNotifyURL()
public void setCallbackData(String callbackData)
public void setNotifyURL(String notifyURL)
Copyright © 2014. All rights reserved.