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
public class GroupThirdPartyVoiceMailSupport extends BroadWorksGroupService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetRequest
Request the group level data associated with Third-Party Voice Mail Support.static class
GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse
Response to GroupThirdPartyVoiceMailSupportGetRequest.static class
GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportModifyRequest
Modify the Third Party Voice Mail Support settings for a group.
-
Field Summary
Fields Modifier and Type Field Description static ServiceTag<GroupThirdPartyVoiceMailSupport>
tag
GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse
thirdPartyVoiceMailSupport
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
group
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description GroupThirdPartyVoiceMailSupport()
The serializable constructor for the GroupServiceGroupThirdPartyVoiceMailSupport(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClassName()
GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse
getThirdPartyVoiceMailSupport()
Response to GroupThirdPartyVoiceMailSupportGetRequest.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(BroadWorksProcess broadWorksProcess, Group group)
Adds all available service data to a Group-
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<GroupThirdPartyVoiceMailSupport> tag
-
thirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse thirdPartyVoiceMailSupport
-
-
Constructor Detail
-
GroupThirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupThirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport()
The serializable constructor for the GroupService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getThirdPartyVoiceMailSupport
public GroupThirdPartyVoiceMailSupport.GroupThirdPartyVoiceMailSupportGetResponse getThirdPartyVoiceMailSupport()
Response to GroupThirdPartyVoiceMailSupportGetRequest.- Returns:
- the GroupThirdPartyVoiceMailSupportGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, Group group)
Adds all available service data to a Group- Specified by:
push
in classBroadWorksGroupService
-
-