public class ProfileController extends AbstractSakaiController
credential, gson| Constructor and Description |
|---|
ProfileController(SakaiCredential credential) |
| Modifier and Type | Method and Description |
|---|---|
com.github.deinok.threading.Task<Object> |
confirmFriendRequest(String userId) |
com.github.deinok.threading.Task<Object> |
connections(String userId) |
com.github.deinok.threading.Task<Object> |
formatted(String userId) |
com.github.deinok.threading.Task<Object> |
friendStatus(String userId) |
com.github.deinok.threading.Task<Profile> |
get(String userId) |
com.github.deinok.threading.Task<Object> |
ignoreFriendRequest(String userId) |
com.github.deinok.threading.Task<InputStream> |
image(String userId) |
com.github.deinok.threading.Task<Object> |
removeFriend(String userId) |
com.github.deinok.threading.Task<Profile> |
requestFriend(String userId) |
getBody, getBody, getCode, getCode, getInputStream, getInputStream, getJson, getJson, jsonPost, jsonPost, jsonPost, jsonPost, postBody, postBody, postBody, postBody, postCode, postCode, postCode, postCodepublic ProfileController(@NotNull
SakaiCredential credential)
@NotNull public com.github.deinok.threading.Task<Profile> get(@NotNull String userId) throws IOException
IOExceptionpublic com.github.deinok.threading.Task<Object> ignoreFriendRequest(@NotNull String userId)
public com.github.deinok.threading.Task<Profile> requestFriend(@NotNull String userId)
@NotNull public com.github.deinok.threading.Task<InputStream> image(@NotNull String userId) throws IOException
IOExceptionpublic com.github.deinok.threading.Task<Object> confirmFriendRequest(@NotNull String userId)
Copyright © 2017. All rights reserved.