com.cloudcontrolled.api.request
Class CreateApplicationRequest

java.lang.Object
  extended by com.cloudcontrolled.api.request.Request<CreateApplicationResponse>
      extended by com.cloudcontrolled.api.request.CreateApplicationRequest
All Implemented Interfaces:
Serializable

@Method(value=POST)
@Path(value="/app/")
public class CreateApplicationRequest
extends Request<CreateApplicationResponse>

Or for reference have a look here: https://api.cloudcontrol.com/doc/#AppCREATE

Author:
Denis Neuling (denisneuling@gmail.com)
See Also:
Serialized Form

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

CreateApplicationRequest

public CreateApplicationRequest()

Constructor for CreateApplicationRequest.

Method Detail

getApplicationName

public String getApplicationName()

Getter for the field applicationName.

Returns:
applicationName

setApplicationName

public void setApplicationName(String applicationName)

Setter for the field applicationName.

Parameters:
applicationName - a String object.

getType

public String getType()

Getter for the field type.

Returns:
type

setType

public void setType(String type)

Setter for the field type.

Parameters:
type - a String object.

getRepositoryType

public String getRepositoryType()

Getter for the field repositoryType.

Returns:
repositoryType

setRepositoryType

public void setRepositoryType(String repositoryType)

Setter for the field repositoryType.

Parameters:
repositoryType - a String object.


Copyright © 2012. All Rights Reserved.