Package co.ecg.alpaca.toolkit.generated
Class Group.GroupEmergencyCallNotificationModifyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
-
- co.ecg.alpaca.toolkit.generated.Group.GroupEmergencyCallNotificationModifyRequest
-
- Enclosing class:
- Group
public static class Group.GroupEmergencyCallNotificationModifyRequest extends Request<DefaultResponse>
Modify the group level data associated with Emergency Call Notification. The response is either a SuccessResponse or an ErrorResponse.- Author:
- AlpacaGenerator
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class co.ecg.alpaca.toolkit.messaging.request.Request
Request.Protocol
-
-
Field Summary
Fields Modifier and Type Field Description protected Optional<@Size(min=1,max=80) String>emergencyCallNotifyEmailAddressprotected @NotNull @Valid Groupgroupprotected BooleansendEmergencyCallNotificationEmail
-
Constructor Summary
Constructors Constructor Description GroupEmergencyCallNotificationModifyRequest()GroupEmergencyCallNotificationModifyRequest(Group group)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformRequest()Forms the XML Document for this Request Object.Optional<@Size(min=1,max=80) String>getEmergencyCallNotifyEmailAddress()static Group.GroupEmergencyCallNotificationModifyRequestgetEmptyObject(BroadWorksServer broadWorksServer)Retrieves this object with minimal setup.GroupgetGroup()BooleangetSendEmergencyCallNotificationEmail()Group.GroupEmergencyCallNotificationModifyRequestsetEmergencyCallNotifyEmailAddress(String emergencyCallNotifyEmailAddress)Group.GroupEmergencyCallNotificationModifyRequestsetGroup(Group group)Group.GroupEmergencyCallNotificationModifyRequestsetSendEmergencyCallNotificationEmail(Boolean sendEmergencyCallNotificationEmail)Group.GroupEmergencyCallNotificationModifyRequestunsetEmergencyCallNotifyEmailAddress()-
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, isMemberOfBundle, isValid, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setEcho, setMemberOfBundle, setRequestId, setRequestTimeoutMillis, setResponseClass, setRetries, setRetryCodes, setRootElement, toString, validate
-
-
-
-
Constructor Detail
-
GroupEmergencyCallNotificationModifyRequest
public GroupEmergencyCallNotificationModifyRequest()
-
GroupEmergencyCallNotificationModifyRequest
public GroupEmergencyCallNotificationModifyRequest(Group group)
-
-
Method Detail
-
setGroup
public Group.GroupEmergencyCallNotificationModifyRequest setGroup(Group group)
-
getGroup
public Group getGroup()
-
setSendEmergencyCallNotificationEmail
public Group.GroupEmergencyCallNotificationModifyRequest setSendEmergencyCallNotificationEmail(Boolean sendEmergencyCallNotificationEmail)
-
getSendEmergencyCallNotificationEmail
public Boolean getSendEmergencyCallNotificationEmail()
-
unsetEmergencyCallNotifyEmailAddress
public Group.GroupEmergencyCallNotificationModifyRequest unsetEmergencyCallNotifyEmailAddress()
-
setEmergencyCallNotifyEmailAddress
public Group.GroupEmergencyCallNotificationModifyRequest setEmergencyCallNotifyEmailAddress(String emergencyCallNotifyEmailAddress)
-
getEmergencyCallNotifyEmailAddress
public Optional<@Size(min=1,max=80) String> getEmergencyCallNotifyEmailAddress()
-
getEmptyObject
public static Group.GroupEmergencyCallNotificationModifyRequest 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:
formRequestin classRequest<DefaultResponse>
-
-