| Package | Description |
|---|---|
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.result |
| Modifier and Type | Method and Description |
|---|---|
Ballot |
BallotDomain.model() |
Ballot |
BallotAccessTokenDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Ballot |
Ballot.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Ballot |
WrittenBallot.getBallot() |
Ballot |
Ballot.withGatheringName(String gatheringName) |
Ballot |
Ballot.withNumberOfPlayer(Integer numberOfPlayer) |
Ballot |
Ballot.withRatingName(String ratingName) |
Ballot |
Ballot.withUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
WrittenBallot.setBallot(Ballot ballot) |
WrittenBallot |
WrittenBallot.withBallot(Ballot ballot) |
| Modifier and Type | Method and Description |
|---|---|
Ballot |
GetBallotByUserIdResult.getItem() |
Ballot |
GetBallotResult.getItem() |
Ballot |
VoteMultipleResult.getItem() |
Ballot |
VoteResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetBallotByUserIdResult.setItem(Ballot item) |
void |
GetBallotResult.setItem(Ballot item) |
void |
VoteMultipleResult.setItem(Ballot item) |
void |
VoteResult.setItem(Ballot item) |
GetBallotByUserIdResult |
GetBallotByUserIdResult.withItem(Ballot item) |
GetBallotResult |
GetBallotResult.withItem(Ballot item) |
VoteMultipleResult |
VoteMultipleResult.withItem(Ballot item) |
VoteResult |
VoteResult.withItem(Ballot item) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.