public class AsynchronousUserRestClient extends AbstractAsynchronousRestClient implements UserRestClient
AbstractAsynchronousRestClient.ResponseHandler<T>| Constructor and Description |
|---|
AsynchronousUserRestClient(URI baseUri,
com.atlassian.httpclient.api.HttpClient client) |
| Modifier and Type | Method and Description |
|---|---|
com.atlassian.util.concurrent.Promise<User> |
getUser(String username) |
com.atlassian.util.concurrent.Promise<User> |
getUser(URI userUri) |
call, callAndParse, callAndParse, client, delete, getAndParse, post, post, post, post, postAndParse, postAndParse, put, putAndParsepublic AsynchronousUserRestClient(URI baseUri, com.atlassian.httpclient.api.HttpClient client)
public com.atlassian.util.concurrent.Promise<User> getUser(String username)
getUser in interface UserRestClientpublic com.atlassian.util.concurrent.Promise<User> getUser(URI userUri)
getUser in interface UserRestClientCopyright © 2016 Atlassian. All rights reserved.