com.cloudcontrolled.api.request
Class DeleteApplicationRequest

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

@Method(value=DELETE)
@Path(value="/app/${app}/")
public class DeleteApplicationRequest
extends Request<DeleteApplicationResponse>

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

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

Constructor Summary
DeleteApplicationRequest()
           Constructor for DeleteApplicationRequest.
 
Method Summary
 String getApplicationName()
           Getter for the field applicationName.
 void setApplicationName(String applicationName)
           Setter for the field applicationName.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteApplicationRequest

public DeleteApplicationRequest()

Constructor for DeleteApplicationRequest.

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.


Copyright © 2012. All Rights Reserved.