|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UserRestClient
The client handling user resources.
| Method Summary | |
|---|---|
com.atlassian.util.concurrent.Promise<User> |
getUser(java.lang.String username)
Retrieves detailed information about selected user. |
com.atlassian.util.concurrent.Promise<User> |
getUser(java.net.URI userUri)
Retrieves detailed information about selected user. |
| Method Detail |
|---|
com.atlassian.util.concurrent.Promise<User> getUser(java.lang.String username)
getUser(URI) instead as that method is more RESTful (well connected)
username - JIRA username/login
RestClientException - in case of problems (connectivity, malformed messages, etc.)com.atlassian.util.concurrent.Promise<User> getUser(java.net.URI userUri)
getUser(String) as it's more RESTful (well connected)
userUri - URI of user resource
RestClientException - in case of problems (connectivity, malformed messages, etc.)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||