com.cloudcontrolled.api.request
Class UserRequest

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

@Method(value=GET)
@Path(value="/user/${user}")
public class UserRequest
extends Request<UserResponse>

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

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

Constructor Summary
UserRequest()
           Constructor for UserRequest.
 
Method Summary
 String getUserName()
           Getter for the field userName.
 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

UserRequest

public UserRequest()

Constructor for UserRequest.

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.


Copyright © 2012. All Rights Reserved.