public class PutUserOptionsImpl extends ConfigurableOptionsImpl implements PutUserOptions
Constructor and Description |
---|
PutUserOptionsImpl() |
Modifier and Type | Method and Description |
---|---|
String |
getCommandDescription()
Used to generate CLI usage help.
|
String |
getCommandName()
Used to generate the command line interface and its usage help.
|
String |
getUserEmail() |
String |
getUserKey() |
String |
getUserLangs() |
String |
getUserName() |
String |
getUserPasswordHash() |
String |
getUserRoles() |
String |
getUserUsername() |
PutUserCommand |
initCommand() |
boolean |
isUserDisabled() |
void |
setUserDisabled(boolean disabled) |
void |
setUserEmail(String email) |
void |
setUserKey(String userKey) |
void |
setUserLangs(String userLangs) |
void |
setUserName(String name) |
void |
setUserPasswordHash(String passwordHash) |
void |
setUserRoles(String roles) |
void |
setUserUsername(String username) |
getKey, getLogHttp, getUrl, getUserConfig, getUsername, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setBatchMode, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getKey, getLogHttp, getUrl, getUserConfig, getUsername, setKey, setLogHttp, setUrl, setUserConfig, setUsername
getDebug, getErrors, getHelp, getQuiet, isDebugSet, isErrorsSet, isInteractiveMode, isQuietSet, setDebug, setErrors, setHelp, setInteractiveMode, setQuiet
public String getCommandName()
BasicOptions
getCommandName
in interface BasicOptions
public String getCommandDescription()
BasicOptions
getCommandDescription
in interface BasicOptions
public PutUserCommand initCommand()
initCommand
in interface BasicOptions
public void setUserName(String name)
setUserName
in interface PutUserOptions
public void setUserEmail(String email)
setUserEmail
in interface PutUserOptions
public void setUserUsername(String username)
setUserUsername
in interface PutUserOptions
public void setUserPasswordHash(String passwordHash)
setUserPasswordHash
in interface PutUserOptions
public void setUserKey(String userKey)
setUserKey
in interface PutUserOptions
public void setUserLangs(String userLangs)
setUserLangs
in interface PutUserOptions
public void setUserRoles(String roles)
setUserRoles
in interface PutUserOptions
public void setUserDisabled(boolean disabled)
setUserDisabled
in interface PutUserOptions
public String getUserUsername()
getUserUsername
in interface PutUserOptions
public boolean isUserDisabled()
isUserDisabled
in interface PutUserOptions
public String getUserLangs()
getUserLangs
in interface PutUserOptions
public String getUserKey()
getUserKey
in interface PutUserOptions
public String getUserPasswordHash()
getUserPasswordHash
in interface PutUserOptions
public String getUserName()
getUserName
in interface PutUserOptions
public String getUserEmail()
getUserEmail
in interface PutUserOptions
public String getUserRoles()
getUserRoles
in interface PutUserOptions
Copyright © 2013 Zanata Project. All Rights Reserved.