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