|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<CreateSSHKeyResponse>
com.cloudcontrolled.api.request.CreateSSHKeyRequest
@Method(value=POST)
@Path(value="/user/${user}/key/")
public class CreateSSHKeyRequestOr for reference have a look here: https://api.cloudcontrol.com/doc/#KeyCREATE
| Constructor Summary | |
|---|---|
CreateSSHKeyRequest()
Constructor for CreateSSHKeyRequest. |
|
| Method Summary | |
|---|---|
String |
getSshKey()
Getter for the field sshKey. |
String |
getUserName()
Getter for the field userName. |
void |
setSshKey(String sshKey)
Setter for the field sshKey. |
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 |
|---|
public CreateSSHKeyRequest()
Constructor for CreateSSHKeyRequest.
| Method Detail |
|---|
public String getUserName()
Getter for the field userName.
String object.public void setUserName(String userName)
Setter for the field userName.
userName - a String object.public String getSshKey()
Getter for the field sshKey.
String object.public void setSshKey(String sshKey)
Setter for the field sshKey.
sshKey - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||