Class GroupThirdPartyVoiceMailSupport
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.GroupThirdPartyVoiceMailSupport
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Request the group level data associated with Third-Party Voice Mail Support.static class
Response to GroupThirdPartyVoiceMailSupportGetRequest.static class
Modify the Third Party Voice Mail Support settings for a 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 GroupServiceGroupThirdPartyVoiceMailSupport
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to GroupThirdPartyVoiceMailSupportGetRequest.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, setBroadWorksProcess, setPrimary, waitForLoad
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
thirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse thirdPartyVoiceMailSupport
-
-
Constructor Details
-
GroupThirdPartyVoiceMailSupport
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupThirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getThirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse getThirdPartyVoiceMailSupport()Response to GroupThirdPartyVoiceMailSupportGetRequest.- Returns:
- the GroupThirdPartyVoiceMailSupportGetResponse 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()
-