public class CallNotify extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CallNotify.SystemCallNotifyGetRequest
Request the system level data associated with Call Notify.
|
static class |
CallNotify.SystemCallNotifyGetResponse
Response to SystemCallNotifyGetRequest.
|
static class |
CallNotify.SystemCallNotifyModifyRequest
Modify the system level data associated with Call Notify.
|
static class |
CallNotify.UserCallNotifyAddCriteriaRequest16
Add a criteria to the user's call notify service.
|
static class |
CallNotify.UserCallNotifyDeleteCriteriaRequest
Delete a criteria from the user's call notify service.
|
static class |
CallNotify.UserCallNotifyGetCriteriaRequest16
Get a criteria for the user's call notify service.
|
static class |
CallNotify.UserCallNotifyGetCriteriaResponse16
Response to the UserCallNotifyGetCriteriaRequest16.
|
static class |
CallNotify.UserCallNotifyGetRequest
Get the user's call notify service setting.
|
static class |
CallNotify.UserCallNotifyGetResponse
Response to the UserCallNotifyGetRequest.
|
static class |
CallNotify.UserCallNotifyModifyCriteriaRequest
Modify a criteria for the user's call notify service.
|
static class |
CallNotify.UserCallNotifyModifyRequest
Modify the user's call notify service setting.
|
Constructor and Description |
---|
CallNotify(User user)
Returns a Service Object with the User Assigned
|
Modifier and Type | Method and Description |
---|---|
void |
addToUser(User user)
Adds the Service Settings to a User - This does not add the service itself
|
CallNotifyProxy |
getProxy()
Returns a proxy of the User Service Object
|
CallNotify.UserCallNotifyGetResponse |
getUserCallNotify() |
List<CallNotify.UserCallNotifyGetCriteriaResponse16> |
getUserCallNotifyCriteria16() |
void |
modifyForUser(User user)
Modifies the Service Settings to a User - This does not add the service itself
|
void |
populate()
Populates all available service data
|
public CallNotify(User user)
user
- public CallNotify.UserCallNotifyGetResponse getUserCallNotify()
public List<CallNotify.UserCallNotifyGetCriteriaResponse16> getUserCallNotifyCriteria16()
public void populate()
public CallNotifyProxy getProxy()
public void addToUser(User user)
public void modifyForUser(User user)
Copyright © 2016 ECG, Inc. All rights reserved.