Package co.ecg.alpaca.toolkit.generated
Class GroupAccessDevice.GroupAccessDeviceModifyUserRequest
java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<DefaultResponse>
co.ecg.alpaca.toolkit.generated.GroupAccessDevice.GroupAccessDeviceModifyUserRequest
- Enclosing class:
- GroupAccessDevice
public static class GroupAccessDevice.GroupAccessDeviceModifyUserRequest
extends Request<DefaultResponse>
Request to modify attributes for line/ports assigned on the group device profile. The response is either SuccessResponse or ErrorResponse. The following elements are only used in XS data mode and ignored in AS data mode: privateIdentity
- 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 @NotNull @Valid GroupAccessDevice
protected Boolean
protected @NotNull @Size(min=1,max=161) String
protected @Size(min=1,max=161) String
-
Constructor Summary
ConstructorsConstructorDescriptionGroupAccessDeviceModifyUserRequest
(GroupAccessDevice groupAccessDevice, String linePort) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Forms the XML Document for this Request Object.getEmptyObject
(BroadWorksServer broadWorksServer) Retrieves this object with minimal setup.setGroupAccessDevice
(GroupAccessDevice groupAccessDevice) setIsPrimaryLinePort
(Boolean isPrimaryLinePort) setLinePort
(String linePort) setPrivateIdentity
(String privateIdentity) 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
-
groupAccessDevice
-
linePort
-
privateIdentity
-
isPrimaryLinePort
-
-
Constructor Details
-
GroupAccessDeviceModifyUserRequest
public GroupAccessDeviceModifyUserRequest() -
GroupAccessDeviceModifyUserRequest
-
-
Method Details
-
setGroupAccessDevice
public GroupAccessDevice.GroupAccessDeviceModifyUserRequest setGroupAccessDevice(GroupAccessDevice groupAccessDevice) -
getGroupAccessDevice
-
setLinePort
-
getLinePort
-
setPrivateIdentity
public GroupAccessDevice.GroupAccessDeviceModifyUserRequest setPrivateIdentity(String privateIdentity) -
getPrivateIdentity
-
setIsPrimaryLinePort
public GroupAccessDevice.GroupAccessDeviceModifyUserRequest setIsPrimaryLinePort(Boolean isPrimaryLinePort) -
getIsPrimaryLinePort
-
getEmptyObject
public static GroupAccessDevice.GroupAccessDeviceModifyUserRequest 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<DefaultResponse>
-