|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<CreateCollaboratorResponse>
com.cloudcontrolled.api.request.CreateCollaboratorRequest
@Method(value=POST)
@Path(value="/app/${app}/user/")
public class CreateCollaboratorRequestOr for reference have a look here: https://api.cloudcontrol.com/doc/#AppUserCREATE
| Constructor Summary | |
|---|---|
CreateCollaboratorRequest()
Constructor for CreateCollaboratorRequest. |
|
| Method Summary | |
|---|---|
String |
getApplicationName()
Getter for the field applicationName. |
String |
getEmail()
Getter for the field email. |
void |
setApplicationName(String applicationName)
Setter for the field applicationName. |
void |
setEmail(String email)
Setter for the field email. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateCollaboratorRequest()
Constructor for CreateCollaboratorRequest.
| 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 getEmail()
Getter for the field email.
public void setEmail(String email)
Setter for the field email.
email - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||