Package co.ecg.alpaca.toolkit.generated
Class Group.GroupConsolidatedDnAssignListRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Group.GroupConsolidatedDnAssignListResponse>
co.ecg.alpaca.toolkit.generated.Group.GroupConsolidatedDnAssignListRequest
- Enclosing class:
- Group
public static class Group.GroupConsolidatedDnAssignListRequest
extends Request<Group.GroupConsolidatedDnAssignListResponse>
Adds DNs to enterprise and group and activates the DNs on assignment. It is possible to add either: a single DN, or a list of DNs, or a range of DNs, or any combination thereof. The response is either SuccessResponse or GroupConsolidatedDnAssignListResponse.
- 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 @Valid ActivatableDNRange[]
protected @NotNull @Valid Group
protected @Valid ActivatableDN[]
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.getGroup()
setDnRange
(ActivatableDNRange... dnRange) setPhoneNumber
(ActivatableDN... phoneNumber) 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
-
group
-
phoneNumber
-
dnRange
-
-
Constructor Details
-
GroupConsolidatedDnAssignListRequest
public GroupConsolidatedDnAssignListRequest() -
GroupConsolidatedDnAssignListRequest
-
-
Method Details
-
setGroup
-
getGroup
-
setPhoneNumber
-
getPhoneNumber
-
setDnRange
-
getDnRange
-
getEmptyObject
public static Group.GroupConsolidatedDnAssignListRequest 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<Group.GroupConsolidatedDnAssignListResponse>
-