@GwtIncompatible public static class BWSystem.SystemAdminAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected SystemAdminType |
adminType |
protected String |
firstName |
protected String |
language |
protected String |
lastName |
protected String |
password |
protected Boolean |
readOnly |
protected User |
user |
Constructor and Description |
---|
SystemAdminAddRequest(User user,
String password,
SystemAdminType adminType,
Boolean readOnly) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
SystemAdminType |
getAdminType() |
static BWSystem.SystemAdminAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getFirstName() |
String |
getLanguage() |
String |
getLastName() |
String |
getPassword() |
Boolean |
getReadOnly() |
User |
getUser() |
BWSystem.SystemAdminAddRequest |
setAdminType(SystemAdminType adminType) |
BWSystem.SystemAdminAddRequest |
setFirstName(String firstName) |
BWSystem.SystemAdminAddRequest |
setLanguage(String language) |
BWSystem.SystemAdminAddRequest |
setLastName(String lastName) |
BWSystem.SystemAdminAddRequest |
setPassword(String password) |
BWSystem.SystemAdminAddRequest |
setReadOnly(Boolean readOnly) |
BWSystem.SystemAdminAddRequest |
setUser(User user) |
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 User user
@Size(min=1, max=30) protected String firstName
@Size(min=1, max=30) protected String lastName
@NotNull @Size(min=1, max=60) protected String password
@Size(min=1, max=40) protected String language
@NotNull protected SystemAdminType adminType
@NotNull protected Boolean readOnly
public SystemAdminAddRequest(User user, String password, SystemAdminType adminType, Boolean readOnly)
public BWSystem.SystemAdminAddRequest setUser(User user)
public User getUser()
public BWSystem.SystemAdminAddRequest setFirstName(String firstName)
public String getFirstName()
public BWSystem.SystemAdminAddRequest setLastName(String lastName)
public String getLastName()
public BWSystem.SystemAdminAddRequest setPassword(String password)
public String getPassword()
public BWSystem.SystemAdminAddRequest setLanguage(String language)
public String getLanguage()
public BWSystem.SystemAdminAddRequest setAdminType(SystemAdminType adminType)
public SystemAdminType getAdminType()
public BWSystem.SystemAdminAddRequest setReadOnly(Boolean readOnly)
public Boolean getReadOnly()
public static BWSystem.SystemAdminAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.