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