public class DeliveryReceiptSubscription extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
DeliveryReceiptSubscription.CallbackReference
inner class CallbackReference details details the URL of the page/ service to notify and additional data that will be sent
|
| Constructor and Description |
|---|
DeliveryReceiptSubscription() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryReceiptSubscription.CallbackReference |
getCallbackReference()
get the reference to the inner callbackReference class - the notification URL and user supplied callback data
|
String |
getResourceURL()
return resourceURL - a URL uniquely identifying this SMS delivery receipt subscription
|
void |
setCallbackReference(DeliveryReceiptSubscription.CallbackReference callbackReference)
set the reference to the inner callbackReference class.
|
void |
setResourceURL(String resourceURL)
set resourceURL, the URL uniquely identifying a successful request to subscribe to SMS delivery receipt subscriptions.
|
String |
toString()
generate a textual representation of the deliveryReceiptSubscription instance including nested elements and classes
|
public DeliveryReceiptSubscription.CallbackReference getCallbackReference()
public void setCallbackReference(DeliveryReceiptSubscription.CallbackReference callbackReference)
public String getResourceURL()
public void setResourceURL(String resourceURL)
Copyright © 2014. All rights reserved.