@GwtIncompatible public static class SystemAccessDevice.SystemAccessDeviceModifyUserRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected Boolean |
isPrimaryLinePort |
protected String |
linePort |
protected SystemAccessDevice |
systemAccessDevice |
Constructor and Description |
---|
SystemAccessDeviceModifyUserRequest(SystemAccessDevice systemAccessDevice,
String linePort) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
static SystemAccessDevice.SystemAccessDeviceModifyUserRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
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, createDocument, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandElement, getCommandType, getDomDocument, getId, getResponseClass, getRootElement, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull protected transient SystemAccessDevice systemAccessDevice
@NotNull @Pattern(regexp="[a-zA-Z0-9._!~*\'()+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,4}") @Size(min=1, max=161) protected String linePort
protected Boolean isPrimaryLinePort
public SystemAccessDeviceModifyUserRequest(SystemAccessDevice systemAccessDevice, String linePort)
public 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 static SystemAccessDevice.SystemAccessDeviceModifyUserRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.