Class UserCallCenterMonitoring
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksUserService
-
- co.ecg.alpaca.toolkit.generated.services.UserCallCenterMonitoring
-
- All Implemented Interfaces:
Serializable
public class UserCallCenterMonitoring extends BroadWorksUserService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUserCallCenterMonitoring.UserCallCenterMonitoringGetRequestRequest the user's Call Center Monitoring settings.static classUserCallCenterMonitoring.UserCallCenterMonitoringGetResponseResponse to UserCallCenterMonitoringGetRequest23.static classUserCallCenterMonitoring.UserCallCenterMonitoringModifyRequestModify the user's Call Center Monitoring settings.
-
Field Summary
Fields Modifier and Type Field Description UserCallCenterMonitoring.UserCallCenterMonitoringGetResponsecallCenterMonitoringstatic ServiceTag<UserCallCenterMonitoring>tag-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksUserService
user
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description UserCallCenterMonitoring()The serializable constructor for the UserServiceUserCallCenterMonitoring(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Returns a UserService Object with the User Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)UserCallCenterMonitoring.UserCallCenterMonitoringGetResponsegetCallCenterMonitoring()Response to UserCallCenterMonitoringGetRequest23.StringgetClassName()inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, BroadWorksUser user)Adds all available service data to a User-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<UserCallCenterMonitoring> tag
-
callCenterMonitoring
public UserCallCenterMonitoring.UserCallCenterMonitoringGetResponse callCenterMonitoring
-
-
Constructor Detail
-
UserCallCenterMonitoring
public UserCallCenterMonitoring(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Returns a UserService Object with the User Assigned- Parameters:
user-
-
UserCallCenterMonitoring
public UserCallCenterMonitoring()
The serializable constructor for the UserService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getCallCenterMonitoring
public UserCallCenterMonitoring.UserCallCenterMonitoringGetResponse getCallCenterMonitoring()
Response to UserCallCenterMonitoringGetRequest23.- Returns:
- the UserCallCenterMonitoringGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, BroadWorksUser user)
Adds all available service data to a User- Specified by:
pushin classBroadWorksUserService
-
-