Class LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.services.LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest
- Enclosing class:
- LocationBasedCallingRestrictions
public static class LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest
extends Request<DefaultResponse>
Modifies the system level Location Based Calling Restriction attributes. 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
FieldsModifier and TypeFieldDescriptionprotected Boolean
protected Boolean
protected Boolean
protected PhysicalLocationIndicator
-
Constructor Summary
ConstructorsConstructorDescriptionSystemLocationBasedCallingRestrictionsModifyRequest
(BroadWorksServer broadWorksServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setEnableOfficeZoneAnnouncement
(Boolean enableOfficeZoneAnnouncement) setEnforceMscValidation
(Boolean enforceMscValidation) setEnhanceOfficeZone
(Boolean enhanceOfficeZone) setPhysicalLocationIndicator
(PhysicalLocationIndicator physicalLocationIndicator) 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
-
physicalLocationIndicator
-
enforceMscValidation
-
enableOfficeZoneAnnouncement
-
enhanceOfficeZone
-
-
Constructor Details
-
SystemLocationBasedCallingRestrictionsModifyRequest
public SystemLocationBasedCallingRestrictionsModifyRequest() -
SystemLocationBasedCallingRestrictionsModifyRequest
-
-
Method Details
-
setPhysicalLocationIndicator
public LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest setPhysicalLocationIndicator(PhysicalLocationIndicator physicalLocationIndicator) -
getPhysicalLocationIndicator
-
setEnforceMscValidation
public LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest setEnforceMscValidation(Boolean enforceMscValidation) -
getEnforceMscValidation
-
setEnableOfficeZoneAnnouncement
public LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest setEnableOfficeZoneAnnouncement(Boolean enableOfficeZoneAnnouncement) -
getEnableOfficeZoneAnnouncement
-
setEnhanceOfficeZone
public LocationBasedCallingRestrictions.SystemLocationBasedCallingRestrictionsModifyRequest setEnhanceOfficeZone(Boolean enhanceOfficeZone) -
getEnhanceOfficeZone
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<DefaultResponse>
-