org.gsm.oneapi.responsebean.mms
Class DeliveryReceiptSubscription.CallbackReference

java.lang.Object
  extended by org.gsm.oneapi.responsebean.mms.DeliveryReceiptSubscription.CallbackReference
Enclosing class:
DeliveryReceiptSubscription

public static class DeliveryReceiptSubscription.CallbackReference
extends java.lang.Object

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

DeliveryReceiptSubscription.CallbackReference

public DeliveryReceiptSubscription.CallbackReference()
default constructor


DeliveryReceiptSubscription.CallbackReference

public DeliveryReceiptSubscription.CallbackReference(java.lang.String callbackData,
                                                     java.lang.String notifyURL)
alternate constructor setting both callbackData and notifyURL

Parameters:
callbackData -
notifyURL -
Method Detail

getCallbackData

public java.lang.String getCallbackData()
return the user data that will be sent along with the callback notification


getNotifyURL

public java.lang.String getNotifyURL()
return the URL of the page / service to send the notification to


setCallbackData

public void setCallbackData(java.lang.String callbackData)
set the user data field that will be sent along with the callback notification

Parameters:
callbackData -

setNotifyURL

public void setNotifyURL(java.lang.String notifyURL)
set the URL for the page / service to send the notification to

Parameters:
notifyURL -

toString

public java.lang.String toString()
generate a textual representation of the CallbackReference

Overrides:
toString in class java.lang.Object