|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<CreateUserResponse>
com.cloudcontrolled.api.request.CreateUserRequest
@Method(value=POST) @Path(value="/user/") public class CreateUserRequest
Or for reference have a look here: https://api.cloudcontrol.com/doc/#AnonymousUserCREATE
| Constructor Summary | |
|---|---|
CreateUserRequest()
Constructor for CreateUserRequest. |
|
| Method Summary | |
|---|---|
String |
getEmail()
Getter for the field email. |
String |
getPassword()
Getter for the field password. |
String |
getUserName()
Getter for the field userName. |
void |
setEmail(String email)
Setter for the field email. |
void |
setPassword(String password)
Setter for the field password. |
void |
setUserName(String userName)
Setter for the field userName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateUserRequest()
Constructor for CreateUserRequest.
| Method Detail |
|---|
public String getUserName()
Getter for the field userName.
public void setUserName(String userName)
Setter for the field userName.
userName - a String object.public String getEmail()
Getter for the field email.
public void setEmail(String email)
Setter for the field email.
email - a String object.public String getPassword()
Getter for the field password.
public void setPassword(String password)
Setter for the field password.
password - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||