Package co.ecg.alpaca.toolkit.generated
Class Enterprise.EnterpriseVoiceVPNGetPolicyRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<Enterprise.EnterpriseVoiceVPNGetPolicyResponse>
-
- co.ecg.alpaca.toolkit.generated.Enterprise.EnterpriseVoiceVPNGetPolicyRequest
-
- Enclosing class:
- Enterprise
public static class Enterprise.EnterpriseVoiceVPNGetPolicyRequest extends Request<Enterprise.EnterpriseVoiceVPNGetPolicyResponse>
Request the enterprise level data associated with Voice VPN location code. The response is either a EnterpriseVoiceVPNGetPolicyResponse 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 @NotNull @Valid Enterprise
enterprise
protected @NotNull @Size(min=1,max=22) String
locationDialingCode
-
Constructor Summary
Constructors Constructor Description EnterpriseVoiceVPNGetPolicyRequest()
EnterpriseVoiceVPNGetPolicyRequest(Enterprise enterprise, String locationDialingCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
formRequest()
Forms the XML Document for this Request Object.static Enterprise.EnterpriseVoiceVPNGetPolicyRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.Enterprise
getEnterprise()
String
getLocationDialingCode()
Enterprise.EnterpriseVoiceVPNGetPolicyRequest
setEnterprise(Enterprise enterprise)
Enterprise.EnterpriseVoiceVPNGetPolicyRequest
setLocationDialingCode(String locationDialingCode)
-
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 Detail
-
enterprise
@NotNull @Valid protected transient @NotNull @Valid Enterprise enterprise
-
locationDialingCode
@NotNull @Size(min=1, max=22) protected @NotNull @Size(min=1,max=22) String locationDialingCode
-
-
Constructor Detail
-
EnterpriseVoiceVPNGetPolicyRequest
public EnterpriseVoiceVPNGetPolicyRequest()
-
EnterpriseVoiceVPNGetPolicyRequest
public EnterpriseVoiceVPNGetPolicyRequest(Enterprise enterprise, String locationDialingCode)
-
-
Method Detail
-
setEnterprise
public Enterprise.EnterpriseVoiceVPNGetPolicyRequest setEnterprise(Enterprise enterprise)
-
getEnterprise
public Enterprise getEnterprise()
-
setLocationDialingCode
public Enterprise.EnterpriseVoiceVPNGetPolicyRequest setLocationDialingCode(String locationDialingCode)
-
getLocationDialingCode
public String getLocationDialingCode()
-
getEmptyObject
public static Enterprise.EnterpriseVoiceVPNGetPolicyRequest 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<Enterprise.EnterpriseVoiceVPNGetPolicyResponse>
-
-