Class GroupCallCapacityManagement
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksGroupService
co.ecg.alpaca.toolkit.generated.services.GroupCallCapacityManagement
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Adds a Call Capacity Management group.static class
Adds one or more users to a Call Capacity Management group.static class
Deletes one or more Call Capacity Management groups.static class
Deletes one or more users from a Call Capacity Management group.static class
Get a list of users that can be assigned to a Call Capacity Management group.static class
Response to the GroupCallCapacityManagementGetAvailableUserListRequest.static class
Request to get a list of Call Capacity Management instances within a group.static class
Response to the GroupCallCapacityManagementGetInstanceListRequest.static class
Gets a Call Capacity Management group.static class
Response to the GroupCallCapacityManagementGetInstanceRequest.static class
Modifies a Call Capacity Management group. -
Field Summary
FieldsFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
group
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
ConstructorsConstructorDescriptionThe serializable constructor for the GroupServiceGroupCallCapacityManagement
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to the GroupCallCapacityManagementGetInstanceRequest.Response to the GroupCallCapacityManagementGetInstanceListRequest.int
hashCode()
populate()
Populates all available service datavoid
push
(BroadWorksProcess broadWorksProcess, Group group) Adds all available service data to a GroupMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
callCapacityManagementInstanceList
public GroupCallCapacityManagement.GroupCallCapacityManagementGetInstanceListResponse callCapacityManagementInstanceList -
callCapacityManagementInstance
public List<GroupCallCapacityManagement.GroupCallCapacityManagementGetInstanceResponse> callCapacityManagementInstance
-
-
Constructor Details
-
GroupCallCapacityManagement
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupCallCapacityManagement
public GroupCallCapacityManagement()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getCallCapacityManagementInstanceList
public GroupCallCapacityManagement.GroupCallCapacityManagementGetInstanceListResponse getCallCapacityManagementInstanceList()Response to the GroupCallCapacityManagementGetInstanceListRequest. Contains a table with column headings: "Name", "Is Default", "Maximum Calls", "Maximum Incoming Calls", "Maximum Outgoing Calls".- Returns:
- the GroupCallCapacityManagementGetInstanceListResponse for this service
-
getCallCapacityManagementInstance
public List<GroupCallCapacityManagement.GroupCallCapacityManagementGetInstanceResponse> getCallCapacityManagementInstance()Response to the GroupCallCapacityManagementGetInstanceRequest. Contains a table with column headings: "User Id", "Last Name", "First Name", "Hiragana Last Name", "Hiragana First Name", "Phone Number", "Extension", "Department", "Email Address".- Returns:
- the GroupCallCapacityManagementGetInstanceResponse for this service
-
populate
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
Adds all available service data to a Group- Specified by:
push
in classBroadWorksGroupService
-
equals
-
hashCode
public int hashCode()
-