Class GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest
- Enclosing class:
- GroupMWIDeliveryToMobileEndpoint
public static class GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest
extends Request<DefaultResponse>
Modify the group level MWI custom notifications settings. The response is either a SuccessResponse or an ErrorResponse. If the request is executed by a group administrator and modifies the useSettingLevel, the request is rejected.
- Author:
- AlpacaGenerator
-
Nested Class Summary
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected @NotNull @Valid Group
protected @Valid MWIDeliveryToMobileEndpointTemplateActivation[]
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
setTemplateActivation
(MWIDeliveryToMobileEndpointTemplateActivation... templateActivation) setUseSettingLevel
(MWIDeliveryToMobileEndpointGroupSettingLevel useSettingLevel) Methods inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createNilElement, createTextElement, equals, fire, fire, getBroadWorksServer, getCacheString, getCommandElement, getCommandType, getDomDocument, getId, getOCSProtocol, getRequestTimeoutMillis, getResponseClass, getRetries, getRetryCodes, getRootElement, getValidationErrorsAsString, hashCode, isIgnoreCache, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setIgnoreCache, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
Field Details
-
group
-
useSettingLevel
-
templateActivation
-
-
Constructor Details
-
GroupMWIDeliveryToMobileEndpointModifyRequest
public GroupMWIDeliveryToMobileEndpointModifyRequest() -
GroupMWIDeliveryToMobileEndpointModifyRequest
-
-
Method Details
-
setGroup
public GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest setGroup(Group group) -
getGroup
-
setUseSettingLevel
public GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest setUseSettingLevel(MWIDeliveryToMobileEndpointGroupSettingLevel useSettingLevel) -
getUseSettingLevel
-
setTemplateActivation
public GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest setTemplateActivation(MWIDeliveryToMobileEndpointTemplateActivation... templateActivation) -
getTemplateActivation
-
getEmptyObject
public static GroupMWIDeliveryToMobileEndpoint.GroupMWIDeliveryToMobileEndpointModifyRequest getEmptyObject(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.- Parameters:
broadWorksServer
- The BroadWorksServer
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-