public static class SystemAccessDevice.SystemAccessDeviceModifyUserRequest extends Request<Response.DefaultResponse>
| Modifier and Type | Field and Description |
|---|---|
Boolean |
isPrimaryLinePort |
boolean |
isPrimaryLinePortIsModified |
String |
linePort |
boolean |
linePortIsModified |
SystemAccessDevice |
systemAccessDevice |
boolean |
systemAccessDeviceIsModified |
| Constructor and Description |
|---|
SystemAccessDeviceModifyUserRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
SystemAccessDeviceModifyUserRequest(SystemAccessDevice systemAccessDevice,
String linePort) |
| Modifier and Type | Method and Description |
|---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
Boolean |
getIsPrimaryLinePort() |
String |
getLinePort() |
SystemAccessDevice |
getSystemAccessDevice() |
SystemAccessDevice.SystemAccessDeviceModifyUserRequest |
setIsPrimaryLinePort(Boolean isPrimaryLinePort) |
SystemAccessDevice.SystemAccessDeviceModifyUserRequest |
setLinePort(String linePort) |
SystemAccessDevice.SystemAccessDeviceModifyUserRequest |
setSystemAccessDevice(SystemAccessDevice systemAccessDevice) |
appendChild, appendChild, appendChild, asyncFire, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate@NotNull public SystemAccessDevice systemAccessDevice
public transient boolean systemAccessDeviceIsModified
@Size(min=1,
max=161)
public String linePort
public transient boolean linePortIsModified
public Boolean isPrimaryLinePort
public transient boolean isPrimaryLinePortIsModified
public SystemAccessDeviceModifyUserRequest(SystemAccessDevice systemAccessDevice, String linePort)
public SystemAccessDeviceModifyUserRequest(BroadWorksServer bws)
bws - The BroadWorksServer to use for the Requestpublic SystemAccessDevice.SystemAccessDeviceModifyUserRequest setSystemAccessDevice(SystemAccessDevice systemAccessDevice)
public SystemAccessDevice getSystemAccessDevice()
public SystemAccessDevice.SystemAccessDeviceModifyUserRequest setLinePort(String linePort)
public String getLinePort()
public SystemAccessDevice.SystemAccessDeviceModifyUserRequest setIsPrimaryLinePort(Boolean isPrimaryLinePort)
public Boolean getIsPrimaryLinePort()
public void formRequest()
throws RequestException
formRequest in class Request<Response.DefaultResponse>RequestExceptionCopyright © 2016 ECG, Inc. All rights reserved.