org.sonar.wsclient.user
Class UserParameters

java.lang.Object
  extended by org.sonar.wsclient.user.UserParameters

public class UserParameters
extends Object


Method Summary
static UserParameters create()
           
 UserParameters email(String s)
           
 UserParameters login(String s)
           
 UserParameters name(String s)
           
 UserParameters password(String s)
           
 UserParameters passwordConfirmation(String s)
           
 Map<String,Object> urlParams()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static UserParameters create()

urlParams

public Map<String,Object> urlParams()

login

public UserParameters login(String s)

name

public UserParameters name(String s)

password

public UserParameters password(String s)

passwordConfirmation

public UserParameters passwordConfirmation(String s)

email

public UserParameters email(String s)


Copyright © 2009-2014 SonarSource. All Rights Reserved.