| Package | Description |
|---|---|
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.model |
| Modifier and Type | Method and Description |
|---|---|
Vote |
VoteDomain.model() |
Vote |
VoteAccessTokenDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Vote |
Vote.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Vote |
Vote.withCreatedAt(Long createdAt) |
Vote |
Vote.withGatheringName(String gatheringName) |
Vote |
Vote.withRatingName(String ratingName) |
Vote |
Vote.withUpdatedAt(Long updatedAt) |
Vote |
Vote.withVoteId(String voteId) |
Vote |
Vote.withWrittenBallots(List<WrittenBallot> writtenBallots) |
| Modifier and Type | Method and Description |
|---|---|
int |
Vote.compareTo(Vote o) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.