|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.mms.DeliveryReceiptSubscription
public class DeliveryReceiptSubscription
Confirms the details of a successful request to subscribe to MMS delivery receipts
Nested Class Summary | |
---|---|
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 Summary | |
---|---|
DeliveryReceiptSubscription()
|
Method Summary | |
---|---|
DeliveryReceiptSubscription.CallbackReference |
getCallbackReference()
get the reference to the inner callbackReference class - the notification URL and user supplied callback data |
java.lang.String |
getResourceURL()
return resourceURL - a URL uniquely identifying this MMS delivery receipt subscription |
void |
setCallbackReference(DeliveryReceiptSubscription.CallbackReference callbackReference)
set the reference to the inner callbackReference class. |
void |
setResourceURL(java.lang.String resourceURL)
set resourceURL, the URL uniquely identifying a successful request to subscribe to MMS delivery receipt subscriptions. |
java.lang.String |
toString()
generate a textual representation of the deliveryReceiptSubscription instance including nested elements and classes |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeliveryReceiptSubscription()
Method Detail |
---|
public DeliveryReceiptSubscription.CallbackReference getCallbackReference()
public void setCallbackReference(DeliveryReceiptSubscription.CallbackReference callbackReference)
callbackReference
- public java.lang.String getResourceURL()
public void setResourceURL(java.lang.String resourceURL)
resourceURL
- public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |