com.cloudcontrolled.api.request
Class CreateCollaboratorRequest

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

@Method(value=POST)
@Path(value="/app/${app}/user/")
public class CreateCollaboratorRequest
extends Request<CreateCollaboratorResponse>

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

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

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

Constructor Detail

CreateCollaboratorRequest

public CreateCollaboratorRequest()

Constructor for CreateCollaboratorRequest.

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.

getEmail

public String getEmail()

Getter for the field email.

Returns:
email

setEmail

public void setEmail(String email)

Setter for the field email.

Parameters:
email - a String object.


Copyright © 2012. All Rights Reserved.