Uses of Class
org.sonar.wsclient.user.UserParameters

Packages that use UserParameters
org.sonar.wsclient.user   
org.sonar.wsclient.user.internal   
 

Uses of UserParameters in org.sonar.wsclient.user
 

Methods in org.sonar.wsclient.user that return UserParameters
static UserParameters UserParameters.create()
           
 UserParameters UserParameters.email(String s)
           
 UserParameters UserParameters.login(String s)
           
 UserParameters UserParameters.name(String s)
           
 UserParameters UserParameters.password(String s)
           
 UserParameters UserParameters.passwordConfirmation(String s)
           
 

Methods in org.sonar.wsclient.user with parameters of type UserParameters
 User UserClient.create(UserParameters userParameters)
           
 User UserClient.update(UserParameters userParameters)
           
 

Uses of UserParameters in org.sonar.wsclient.user.internal
 

Methods in org.sonar.wsclient.user.internal with parameters of type UserParameters
 User DefaultUserClient.create(UserParameters userParameters)
           
 User DefaultUserClient.update(UserParameters userParameters)
           
 



Copyright © 2009-2014 SonarSource. All Rights Reserved.