| Package | Description |
|---|---|
| io.gs2.friend | |
| io.gs2.friend.domain.model | |
| io.gs2.friend.request |
| Modifier and Type | Method and Description |
|---|---|
UnfollowResult |
Gs2FriendRestClient.unfollow(UnfollowRequest request) |
void |
Gs2FriendRestClient.unfollowAsync(UnfollowRequest request,
AsyncAction<AsyncResult<UnfollowResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
FollowUserAccessTokenDomain |
FollowUserAccessTokenDomain.unfollow(UnfollowRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static UnfollowRequest |
UnfollowRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
UnfollowRequest |
UnfollowRequest.withAccessToken(String accessToken) |
UnfollowRequest |
UnfollowRequest.withNamespaceName(String namespaceName) |
UnfollowRequest |
UnfollowRequest.withTargetUserId(String targetUserId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.