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