public static class BWSystem.SystemAdminAddRequest extends Request<Response.DefaultResponse>
Modifier and Type | Field and Description |
---|---|
SystemAdminType |
adminType |
boolean |
adminTypeIsModified |
String |
firstName |
boolean |
firstNameIsModified |
String |
language |
boolean |
languageIsModified |
String |
lastName |
boolean |
lastNameIsModified |
String |
password |
boolean |
passwordIsModified |
Boolean |
readOnly |
boolean |
readOnlyIsModified |
User |
user |
boolean |
userIsModified |
Constructor and Description |
---|
SystemAdminAddRequest(BroadWorksServer bws)
Default Constructor -- Not Guaranteed to work without checking Request validity with isValid()
|
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() |
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, createElement, createNilElement, createTextElement, fire, fire, getBroadWorksServer, getCommandType, getDomDocument, getResponseClass, isMemberOfBundle, isValid, run, setBroadWorksServer, setCommandElement, setCommandType, setDomDocument, setMemberOfBundle, setRequestId, setResponseClass, setRootElement, toString, validate
@NotNull public User user
public transient boolean userIsModified
@Size(min=1, max=30) public String firstName
public transient boolean firstNameIsModified
@Size(min=1, max=30) public String lastName
public transient boolean lastNameIsModified
@Size(min=1, max=60) public String password
public transient boolean passwordIsModified
@Size(min=1, max=40) public String language
public transient boolean languageIsModified
public SystemAdminType adminType
public transient boolean adminTypeIsModified
public Boolean readOnly
public transient boolean readOnlyIsModified
public SystemAdminAddRequest(User user, String password, SystemAdminType adminType, Boolean readOnly)
public SystemAdminAddRequest(BroadWorksServer bws)
bws
- The BroadWorksServer to use for the Requestpublic 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 void formRequest() throws RequestException
formRequest
in class Request<Response.DefaultResponse>
RequestException
Copyright © 2016 ECG, Inc. All rights reserved.