Package co.ecg.alpaca.toolkit.generated
Class BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
co.ecg.alpaca.toolkit.generated.BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest
- Enclosing class:
- BWSystem
public static class BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest
extends Request<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
Request to get sip authentication trunk group lockout data in the system. The response is either a SystemSIPAuthenticationTrunkGroupLockoutGetResponse 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 Integer
protected @Valid SearchCriteriaExactOrganizationType
protected @Valid SearchCriteriaGroupId[]
protected @Valid SearchCriteriaServiceProviderId[]
protected @Valid SearchCriteriaTrunkGroupName[]
-
Constructor Summary
ConstructorsConstructorDescriptionSystemSIPAuthenticationTrunkGroupLockoutGetRequest
(BroadWorksServer broadWorksServer) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.setResponseSizeLimit
(Integer responseSizeLimit) setSearchCriteriaExactOrganizationType
(SearchCriteriaExactOrganizationType searchCriteriaExactOrganizationType) setSearchCriteriaGroupId
(SearchCriteriaGroupId... searchCriteriaGroupId) setSearchCriteriaServiceProviderId
(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId) setSearchCriteriaTrunkGroupName
(SearchCriteriaTrunkGroupName... searchCriteriaTrunkGroupName) 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
-
responseSizeLimit
-
searchCriteriaServiceProviderId
-
searchCriteriaExactOrganizationType
-
searchCriteriaGroupId
-
searchCriteriaTrunkGroupName
-
-
Constructor Details
-
SystemSIPAuthenticationTrunkGroupLockoutGetRequest
public SystemSIPAuthenticationTrunkGroupLockoutGetRequest() -
SystemSIPAuthenticationTrunkGroupLockoutGetRequest
-
-
Method Details
-
setResponseSizeLimit
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setResponseSizeLimit(Integer responseSizeLimit) -
getResponseSizeLimit
-
setSearchCriteriaServiceProviderId
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaServiceProviderId(SearchCriteriaServiceProviderId... searchCriteriaServiceProviderId) -
getSearchCriteriaServiceProviderId
-
setSearchCriteriaExactOrganizationType
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaExactOrganizationType(SearchCriteriaExactOrganizationType searchCriteriaExactOrganizationType) -
getSearchCriteriaExactOrganizationType
-
setSearchCriteriaGroupId
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaGroupId(SearchCriteriaGroupId... searchCriteriaGroupId) -
getSearchCriteriaGroupId
-
setSearchCriteriaTrunkGroupName
public BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetRequest setSearchCriteriaTrunkGroupName(SearchCriteriaTrunkGroupName... searchCriteriaTrunkGroupName) -
getSearchCriteriaTrunkGroupName
-
formRequest
public void formRequest()Forms the XML Document for this Request Object. Called by the Request upon fire().- Overrides:
formRequest
in classRequest<BWSystem.SystemSIPAuthenticationTrunkGroupLockoutGetResponse>
-