com.cloudcontrolled.api.request
Class DeleteSSHKeyRequest

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

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

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

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

Constructor Summary
DeleteSSHKeyRequest()
           Constructor for DeleteSSHKeyRequest.
 
Method Summary
 String getSshKeyId()
           Getter for the field sshKeyId.
 String getUserName()
           Getter for the field userName.
 void setSshKeyId(String sshKeyId)
           Setter for the field sshKeyId.
 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

DeleteSSHKeyRequest

public DeleteSSHKeyRequest()

Constructor for DeleteSSHKeyRequest.

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.

getSshKeyId

public String getSshKeyId()

Getter for the field sshKeyId.

Returns:
sshKeyId

setSshKeyId

public void setSshKeyId(String sshKeyId)

Setter for the field sshKeyId.

Parameters:
sshKeyId - sshKeyId


Copyright © 2012. All Rights Reserved.