|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gsm.oneapi.responsebean.sms.DeliveryReceiptSubscription.CallbackReference
public 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.CallbackReference()
default constructor |
|
DeliveryReceiptSubscription.CallbackReference(java.lang.String callbackData,
java.lang.String notifyURL)
alternate constructor setting both callbackData and notifyURL |
Method Summary | |
---|---|
java.lang.String |
getCallbackData()
return the user data that will be sent along with the callback notification |
java.lang.String |
getNotifyURL()
return the URL of the page / service to send the notification to |
void |
setCallbackData(java.lang.String callbackData)
set the user data field that will be sent along with the callback notification |
void |
setNotifyURL(java.lang.String notifyURL)
set the URL for the page / service to send the notification to |
java.lang.String |
toString()
generate a textual representation of the CallbackReference |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DeliveryReceiptSubscription.CallbackReference()
public DeliveryReceiptSubscription.CallbackReference(java.lang.String callbackData, java.lang.String notifyURL)
callbackData
- notifyURL
- Method Detail |
---|
public java.lang.String getCallbackData()
public java.lang.String getNotifyURL()
public void setCallbackData(java.lang.String callbackData)
callbackData
- public void setNotifyURL(java.lang.String notifyURL)
notifyURL
- 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 |