com.cloudcontrolled.api.request
Class ListSSHKeyRequest

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

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

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

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

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

ListSSHKeyRequest

public ListSSHKeyRequest()

Constructor for ListSSHKeyRequest.

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.