Package co.ecg.alpaca.toolkit.generated
Class ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest
- java.lang.Object
-
- co.ecg.alpaca.toolkit.messaging.request.Request<ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse>
-
- co.ecg.alpaca.toolkit.generated.ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest
-
- Enclosing class:
- ServiceProvider
public static class ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest extends Request<ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse>
Request to get the service provider level SIP authentication password rule settings. The response is either a ServiceProviderSIPAuthenticationPasswordRulesGetResponse 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 ServiceProvider
serviceProvider
-
Constructor Summary
Constructors Constructor Description ServiceProviderSIPAuthenticationPasswordRulesGetRequest()
ServiceProviderSIPAuthenticationPasswordRulesGetRequest(ServiceProvider serviceProvider)
-
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 ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.ServiceProvider
getServiceProvider()
ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest
setServiceProvider(ServiceProvider serviceProvider)
-
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
-
serviceProvider
@NotNull @Valid protected transient @NotNull @Valid ServiceProvider serviceProvider
-
-
Constructor Detail
-
ServiceProviderSIPAuthenticationPasswordRulesGetRequest
public ServiceProviderSIPAuthenticationPasswordRulesGetRequest()
-
ServiceProviderSIPAuthenticationPasswordRulesGetRequest
public ServiceProviderSIPAuthenticationPasswordRulesGetRequest(ServiceProvider serviceProvider)
-
-
Method Detail
-
setServiceProvider
public ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest setServiceProvider(ServiceProvider serviceProvider)
-
getServiceProvider
public ServiceProvider getServiceProvider()
-
getEmptyObject
public static ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetRequest 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<ServiceProvider.ServiceProviderSIPAuthenticationPasswordRulesGetResponse>
-
-