Uses of Class
com.cloudcontrolled.api.model.User

Packages that use User
com.cloudcontrolled.api.model   
com.cloudcontrolled.api.response   
 

Uses of User in com.cloudcontrolled.api.model
 

Methods in com.cloudcontrolled.api.model that return User
 User[] Application.getInvitations()
           Getter for the field invitations.
 User Application.getOwner()
           Getter for the field owner.
 User BillingAccount.getUser()
           Getter for the field user.
 User[] Application.getUsers()
           Getter for the field users.
 

Methods in com.cloudcontrolled.api.model with parameters of type User
 void Application.setInvitations(User[] invitations)
           Setter for the field invitations.
 void Application.setOwner(User owner)
           Setter for the field owner.
 void BillingAccount.setUser(User user)
           Setter for the field user.
 void Application.setUsers(User[] users)
           Setter for the field users.
 

Uses of User in com.cloudcontrolled.api.response
 

Methods in com.cloudcontrolled.api.response that return User
 User UserResponse.getUser()
           Getter for the field user.
 User CreateUserResponse.getUser()
           Getter for the field user.
 User CreateCollaboratorResponse.getUser()
           Getter for the field user.
 User ActivateUserResponse.getUser()
           Getter for the field user.
 User[] ListCollaboratorResponse.getUsers()
           Getter for the field users.
 

Methods in com.cloudcontrolled.api.response with parameters of type User
 void UserResponse.setUser(User user)
           Setter for the field user.
 void CreateUserResponse.setUser(User user)
           Setter for the field user.
 void CreateCollaboratorResponse.setUser(User user)
           Setter for the field user.
 void ActivateUserResponse.setUser(User user)
           Setter for the field user.
 void ListCollaboratorResponse.setUsers(User[] users)
           Setter for the field users.
 



Copyright © 2012. All Rights Reserved.