|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.csapi.jr.se.cc.CallNotificationRequest
Defines the Sequence of Data Elements that specify the criteria for an event notification
Constructor Summary | |
CallNotificationRequest()
Creates a new CallNotificationRequest instance. |
|
CallNotificationRequest(org.csapi.jr.se.cc.CallNotificationScope _callNotificationScope,
org.csapi.jr.se.cc.CallEventRequest[] _callEventsRequested)
Creates a new CallNotificationRequest instance. |
Method Summary | |
boolean |
equals(java.lang.Object o)
Indicates whether some other object is 'equal to' this one. |
org.csapi.jr.se.cc.CallEventRequest[] |
getCallEventsRequested()
This method returns a callEventsRequested. |
org.csapi.jr.se.cc.CallNotificationScope |
getCallNotificationScope()
This method returns a callNotificationScope. |
int |
hashCode()
Returns a hashcode value for the object. |
void |
setCallEventsRequested(org.csapi.jr.se.cc.CallEventRequest[] callEventsRequested)
This method sets a callEventsRequested. |
void |
setCallNotificationScope(org.csapi.jr.se.cc.CallNotificationScope callNotificationScope)
This method sets a callNotificationScope. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CallNotificationRequest()
public CallNotificationRequest(org.csapi.jr.se.cc.CallNotificationScope _callNotificationScope, org.csapi.jr.se.cc.CallEventRequest[] _callEventsRequested)
_callNotificationScope
- Defines the scope of the notification request._callEventsRequested
- Defines the events which are requestedMethod Detail |
public org.csapi.jr.se.cc.CallNotificationScope getCallNotificationScope()
public org.csapi.jr.se.cc.CallEventRequest[] getCallEventsRequested()
public void setCallNotificationScope(org.csapi.jr.se.cc.CallNotificationScope callNotificationScope)
public void setCallEventsRequested(org.csapi.jr.se.cc.CallEventRequest[] callEventsRequested)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |