@GwtIncompatible public static class Group.GroupDepartmentAdminAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected GroupDepartmentKey |
departmentKey |
protected String |
firstName |
protected String |
language |
protected String |
lastName |
protected String |
password |
protected String |
userId |
Constructor and Description |
---|
GroupDepartmentAdminAddRequest(BroadWorksServer broadWorksServer,
GroupDepartmentKey departmentKey,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
formRequest()
Forms the XML Document for this Request Object.
|
GroupDepartmentKey |
getDepartmentKey() |
static Group.GroupDepartmentAdminAddRequest |
getEmptyObject(BroadWorksServer broadWorksServer)
Retrieves this object with minimal setup.
|
String |
getFirstName() |
String |
getLanguage() |
String |
getLastName() |
String |
getPassword() |
String |
getUserId() |
Group.GroupDepartmentAdminAddRequest |
setDepartmentKey(GroupDepartmentKey departmentKey) |
Group.GroupDepartmentAdminAddRequest |
setFirstName(String firstName) |
Group.GroupDepartmentAdminAddRequest |
setLanguage(String language) |
Group.GroupDepartmentAdminAddRequest |
setLastName(String lastName) |
Group.GroupDepartmentAdminAddRequest |
setPassword(String password) |
Group.GroupDepartmentAdminAddRequest |
setUserId(String userId) |
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 GroupDepartmentKey departmentKey
@NotNull @Size(min=1, max=161) protected String userId
@Size(min=1, max=30) protected String firstName
@Size(min=1, max=30) protected String lastName
@Size(min=1, max=60) protected String password
@Size(min=1, max=40) protected String language
public GroupDepartmentAdminAddRequest(BroadWorksServer broadWorksServer, GroupDepartmentKey departmentKey, String userId)
public Group.GroupDepartmentAdminAddRequest setDepartmentKey(GroupDepartmentKey departmentKey)
public GroupDepartmentKey getDepartmentKey()
public Group.GroupDepartmentAdminAddRequest setUserId(String userId)
public String getUserId()
public Group.GroupDepartmentAdminAddRequest setFirstName(String firstName)
public String getFirstName()
public Group.GroupDepartmentAdminAddRequest setLastName(String lastName)
public String getLastName()
public Group.GroupDepartmentAdminAddRequest setPassword(String password)
public String getPassword()
public Group.GroupDepartmentAdminAddRequest setLanguage(String language)
public String getLanguage()
public static Group.GroupDepartmentAdminAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.