Class GroupPolycomPhoneServices
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.GroupPolycomPhoneServices
- All Implemented Interfaces:
Serializable
public class GroupPolycomPhoneServices extends BroadWorksGroupService
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupPolycomPhoneServices.GroupPolycomPhoneServicesGetRequest
Request the group's Polycom Phone Services attributes.static class
GroupPolycomPhoneServices.GroupPolycomPhoneServicesGetResponse
Response to GroupPolycomPhoneServicesGetRequest.static class
GroupPolycomPhoneServices.GroupPolycomPhoneServicesModifyRequest
Modify the group's Polycom Phone Services attributes. -
Field Summary
Fields Modifier and Type Field Description GroupPolycomPhoneServices.GroupPolycomPhoneServicesGetResponse
polycomPhoneServices
static ServiceTag<GroupPolycomPhoneServices>
tag
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
Constructor Summary
Constructors Constructor Description GroupPolycomPhoneServices()
The serializable constructor for the GroupServiceGroupPolycomPhoneServices(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
GroupPolycomPhoneServices.GroupPolycomPhoneServicesGetResponse
getPolycomPhoneServices()
Response to GroupPolycomPhoneServicesGetRequest.int
hashCode()
DefaultResponse
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, setBroadWorksProcess, setPrimary, waitForLoad
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
Constructor Details
-
GroupPolycomPhoneServices
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupPolycomPhoneServices
public GroupPolycomPhoneServices()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getPolycomPhoneServices
Response to GroupPolycomPhoneServicesGetRequest.- Returns:
- the GroupPolycomPhoneServicesGetResponse 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()
-