com.cloudcontrolled.api.request
Class DeleteCollaboratorRequest

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

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

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

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

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

DeleteCollaboratorRequest

public DeleteCollaboratorRequest()

Constructor for DeleteCollaboratorRequest.

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.

getUserName

public String getUserName()

Getter for the field userName.

Returns:
userName

setUserName

public void setUserName(String userName)

Setter for the field userName.

Parameters:
userName - a String object.


Copyright © 2012. All Rights Reserved.