com.cloudcontrolled.api.request
Class ListCollaboratorRequest

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

@Method(value=GET)
@Path(value="/app/${app}/user/")
public class ListCollaboratorRequest
extends Request<ListCollaboratorResponse>

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

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

Constructor Summary
ListCollaboratorRequest()
           Constructor for ListCollaboratorRequest.
 
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

ListCollaboratorRequest

public ListCollaboratorRequest()

Constructor for ListCollaboratorRequest.

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.