com.cloudcontrolled.api.request
Class CreateUserRequest

java.lang.Object
  extended by com.cloudcontrolled.api.request.Request<CreateUserResponse>
      extended by com.cloudcontrolled.api.request.CreateUserRequest
All Implemented Interfaces:
Serializable

@Method(value=POST)
@Path(value="/user/")
public class CreateUserRequest
extends Request<CreateUserResponse>

Or for reference have a look here: https://api.cloudcontrol.com/doc/#AnonymousUserCREATE

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

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

CreateUserRequest

public CreateUserRequest()

Constructor for CreateUserRequest.

Method Detail

getUserName

public String getUserName()

Getter for the field userName.

Returns:
userName

setUserName

public void setUserName(String userName)

Setter for the field userName.

Parameters:
userName - a String object.

getEmail

public String getEmail()

Getter for the field email.

Returns:
email

setEmail

public void setEmail(String email)

Setter for the field email.

Parameters:
email - a String object.

getPassword

public String getPassword()

Getter for the field password.

Returns:
password

setPassword

public void setPassword(String password)

Setter for the field password.

Parameters:
password - a String object.


Copyright © 2012. All Rights Reserved.