| Package | Description |
|---|---|
| io.gs2.friend | |
| io.gs2.friend.domain.model | |
| io.gs2.friend.request |
| Modifier and Type | Method and Description |
|---|---|
FollowByUserIdResult |
Gs2FriendRestClient.followByUserId(FollowByUserIdRequest request) |
void |
Gs2FriendRestClient.followByUserIdAsync(FollowByUserIdRequest request,
AsyncAction<AsyncResult<FollowByUserIdResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
FollowUserDomain |
FollowDomain.follow(FollowByUserIdRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static FollowByUserIdRequest |
FollowByUserIdRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
FollowByUserIdRequest |
FollowByUserIdRequest.withNamespaceName(String namespaceName) |
FollowByUserIdRequest |
FollowByUserIdRequest.withTargetUserId(String targetUserId) |
FollowByUserIdRequest |
FollowByUserIdRequest.withUserId(String userId) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.