Package | Description |
---|---|
com.cloudwords.api.client | |
com.cloudwords.api.client.resources |
Modifier and Type | Method and Description |
---|---|
User |
CloudwordsCustomerClient.getCurrentUser() |
User |
CloudwordsCustomerAPI.getCurrentUser()
Get the
User which matches the API token in use. |
Modifier and Type | Method and Description |
---|---|
List<User> |
CloudwordsCustomerClient.getAvailableFollowers() |
List<User> |
CloudwordsCustomerAPI.getAvailableFollowers()
For accounts which do not have departments enabled, this returns a list of users available to follow projects.
|
List<User> |
CloudwordsCustomerClient.getAvailableFollowers(Department department) |
List<User> |
CloudwordsCustomerAPI.getAvailableFollowers(Department department)
This retrieves a list of users who are available to follow projects in the specified
Department . |
List<User> |
CloudwordsCustomerClient.getAvailableProjectOwners() |
List<User> |
CloudwordsCustomerAPI.getAvailableProjectOwners()
For accounts which do not have departments enabled, this returns a list of users which can be assoicated as a project owner
For accounts which do have departments enabled, this returns a list of users available as a project owner in the Unassigned department.
|
List<User> |
CloudwordsCustomerClient.getAvailableProjectOwners(Department department) |
List<User> |
CloudwordsCustomerAPI.getAvailableProjectOwners(Department department)
This retrieves a list of users who are available to follow projects in the specified
Department . |
List<User> |
CloudwordsCustomerClient.getUsers() |
List<User> |
CloudwordsCustomerAPI.getUsers()
Get a list of all
User s in all Department s the user is a member of. |
List<User> |
CloudwordsCustomerClient.getUsers(Department department) |
List<User> |
CloudwordsCustomerAPI.getUsers(Department department)
Get a list of
User s in the specified Department . |
Modifier and Type | Method and Description |
---|---|
User |
CustomerTask.getCreatorUser() |
User |
UserOrVendor.getCustomerUser() |
User |
VendorProject.getOwner() |
User |
Project.getOwner() |
Modifier and Type | Method and Description |
---|---|
List<User> |
Project.getFollowers() |
Modifier and Type | Method and Description |
---|---|
void |
CustomerTask.setCreatorUser(User creatorUser) |
void |
UserOrVendor.setCustomerUser(User customerUser) |
void |
VendorProject.setOwner(User owner) |
void |
Project.setOwner(User owner) |
Modifier and Type | Method and Description |
---|---|
void |
Project.setFollowers(List<User> followers) |
Copyright © 2016. All rights reserved.