|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudcontrolled.api.request.Request<CreateApplicationResponse>
com.cloudcontrolled.api.request.CreateApplicationRequest
@Method(value=POST) @Path(value="/app/") public class CreateApplicationRequest
Or for reference have a look here: https://api.cloudcontrol.com/doc/#AppCREATE
| Constructor Summary | |
|---|---|
CreateApplicationRequest()
Constructor for CreateApplicationRequest. |
|
| Method Summary | |
|---|---|
String |
getApplicationName()
Getter for the field applicationName. |
String |
getRepositoryType()
Getter for the field repositoryType. |
String |
getType()
Getter for the field type. |
void |
setApplicationName(String applicationName)
Setter for the field applicationName. |
void |
setRepositoryType(String repositoryType)
Setter for the field repositoryType. |
void |
setType(String type)
Setter for the field type. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreateApplicationRequest()
Constructor for CreateApplicationRequest.
| 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 getType()
Getter for the field type.
public void setType(String type)
Setter for the field type.
type - a String object.public String getRepositoryType()
Getter for the field repositoryType.
public void setRepositoryType(String repositoryType)
Setter for the field repositoryType.
repositoryType - a String object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||