| Package | Description |
|---|---|
| io.gs2.friend.domain.model | |
| io.gs2.friend.model |
| Modifier and Type | Method and Description |
|---|---|
Friend |
FriendAccessTokenDomain.model() |
Friend |
FriendDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Friend |
Friend.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Friend |
Friend.withCreatedAt(Long createdAt) |
Friend |
Friend.withFriendId(String friendId) |
Friend |
Friend.withTargetUserIds(List<String> targetUserIds) |
Friend |
Friend.withUpdatedAt(Long updatedAt) |
Friend |
Friend.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
Friend.compareTo(Friend o) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.