Class GroupMWIDeliveryToMobileEndpoint
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.GroupMWIDeliveryToMobileEndpoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
Create a MWI Delivery to Mobile Endpoint Custom Template.static class
Delete a MWI Delivery to Mobile Endpoint Custom Template.static class
Request a MWI Delivery to Mobile Endpoint Custom Template.static class
Response to the GroupMWIDeliveryToMobileEndpointCustomTemplateGetRequest.static class
Modify a MWI Delivery to Mobile Endpoint Custom Template.static class
Requests group MWI custom notifications settings.static class
Response to GroupMWIDeliveryToMobileEndpointGetRequest.static class
Modify the group level MWI custom notifications settings. -
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 GroupServiceGroupMWIDeliveryToMobileEndpoint
(BroadWorksProcess broadWorksProcess, Group group) Returns a GroupService Object with the Group Assigned -
Method Summary
Modifier and TypeMethodDescriptionboolean
Response to GroupMWIDeliveryToMobileEndpointGetRequest.Response to the GroupMWIDeliveryToMobileEndpointCustomTemplateGetRequest.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
-
mWIDeliveryToMobileEndpointCustomTemplate
public List<GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointCustomTemplateGetResponse> mWIDeliveryToMobileEndpointCustomTemplate -
mWIDeliveryToMobileEndpoint
public GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointGetResponse mWIDeliveryToMobileEndpoint
-
-
Constructor Details
-
GroupMWIDeliveryToMobileEndpoint
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupMWIDeliveryToMobileEndpoint
public GroupMWIDeliveryToMobileEndpoint()The serializable constructor for the GroupService
-
-
Method Details
-
getClassName
-
getMWIDeliveryToMobileEndpointCustomTemplate
public List<GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointCustomTemplateGetResponse> getMWIDeliveryToMobileEndpointCustomTemplate()Response to the GroupMWIDeliveryToMobileEndpointCustomTemplateGetRequest.- Returns:
- the GroupMWIDeliveryToMobileEndpointCustomTemplateGetResponse for this service
-
getMWIDeliveryToMobileEndpoint
public GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointGetResponse getMWIDeliveryToMobileEndpoint()Response to GroupMWIDeliveryToMobileEndpointGetRequest. The templateActivationTable contains the list of templates defined for the group. The column headings are "Enable", "Language", "Type".- Returns:
- the GroupMWIDeliveryToMobileEndpointGetResponse 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()
-