@GwtIncompatible public static class ServiceProvider.ServiceProviderAdminAddRequest extends Request<DefaultResponse>
Request.Protocol
Modifier and Type | Field and Description |
---|---|
protected ServiceProviderAdminType |
administratorType |
protected String |
firstName |
protected String |
language |
protected String |
lastName |
protected String |
password |
protected String |
serviceProviderId |
protected String |
userId |
Constructor and Description |
---|
ServiceProviderAdminAddRequest(BroadWorksServer broadWorksServer,
String serviceProviderId,
String userId,
ServiceProviderAdminType administratorType) |
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 @Size(min=1, max=30) protected String serviceProviderId
@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
@NotNull protected ServiceProviderAdminType administratorType
public ServiceProviderAdminAddRequest(BroadWorksServer broadWorksServer, String serviceProviderId, String userId, ServiceProviderAdminType administratorType)
public ServiceProvider.ServiceProviderAdminAddRequest setServiceProviderId(String serviceProviderId)
public String getServiceProviderId()
public ServiceProvider.ServiceProviderAdminAddRequest setUserId(String userId)
public String getUserId()
public ServiceProvider.ServiceProviderAdminAddRequest setFirstName(String firstName)
public String getFirstName()
public ServiceProvider.ServiceProviderAdminAddRequest setLastName(String lastName)
public String getLastName()
public ServiceProvider.ServiceProviderAdminAddRequest setPassword(String password)
public String getPassword()
public ServiceProvider.ServiceProviderAdminAddRequest setLanguage(String language)
public String getLanguage()
public ServiceProvider.ServiceProviderAdminAddRequest setAdministratorType(ServiceProviderAdminType administratorType)
public ServiceProviderAdminType getAdministratorType()
public static ServiceProvider.ServiceProviderAdminAddRequest getEmptyObject(BroadWorksServer broadWorksServer)
broadWorksServer
- The BroadWorksServerpublic void formRequest()
formRequest
in class Request<DefaultResponse>
Copyright © 2016 ECG. All rights reserved.