| Package | Description |
|---|---|
| io.gs2.friend.domain.model | |
| io.gs2.friend.model | |
| io.gs2.friend.result |
| Modifier and Type | Method and Description |
|---|---|
BlackList |
BlackListDomain.model() |
BlackList |
BlackListAccessTokenDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static BlackList |
BlackList.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
BlackList |
BlackList.withBlackListId(String blackListId) |
BlackList |
BlackList.withCreatedAt(Long createdAt) |
BlackList |
BlackList.withTargetUserIds(List<String> targetUserIds) |
BlackList |
BlackList.withUpdatedAt(Long updatedAt) |
BlackList |
BlackList.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
int |
BlackList.compareTo(BlackList o) |
| Modifier and Type | Method and Description |
|---|---|
BlackList |
RegisterBlackListByUserIdResult.getItem() |
BlackList |
UnregisterBlackListResult.getItem() |
BlackList |
RegisterBlackListResult.getItem() |
BlackList |
UnregisterBlackListByUserIdResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterBlackListByUserIdResult.setItem(BlackList item) |
void |
UnregisterBlackListResult.setItem(BlackList item) |
void |
RegisterBlackListResult.setItem(BlackList item) |
void |
UnregisterBlackListByUserIdResult.setItem(BlackList item) |
RegisterBlackListByUserIdResult |
RegisterBlackListByUserIdResult.withItem(BlackList item) |
UnregisterBlackListResult |
UnregisterBlackListResult.withItem(BlackList item) |
RegisterBlackListResult |
RegisterBlackListResult.withItem(BlackList item) |
UnregisterBlackListByUserIdResult |
UnregisterBlackListByUserIdResult.withItem(BlackList item) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.