com.cloudcontrolled.api.request
Class DeleteUserRequest

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

@Method(value=DELETE)
@Path(value="/user/${user}")
public class DeleteUserRequest
extends Request<DeleteUserResponse>

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

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

Constructor Summary
DeleteUserRequest()
           Constructor for DeleteUserRequest.
 
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

DeleteUserRequest

public DeleteUserRequest()

Constructor for DeleteUserRequest.

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.