| Package | Description |
|---|---|
| io.gs2.matchmaking.domain.iterator | |
| io.gs2.matchmaking.domain.model | |
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.result |
| Modifier and Type | Method and Description |
|---|---|
Gathering |
DoMatchmakingByPlayerIterator.next() |
Gathering |
DoMatchmakingIterator.next() |
Gathering |
DescribeGatheringsIterator.next() |
Gathering |
DoMatchmakingByUserIdIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Gathering> |
DoMatchmakingByPlayerIterator.iterator() |
Iterator<Gathering> |
DoMatchmakingIterator.iterator() |
Iterator<Gathering> |
DescribeGatheringsIterator.iterator() |
Iterator<Gathering> |
DoMatchmakingByUserIdIterator.iterator() |
| Modifier and Type | Method and Description |
|---|---|
Gathering |
GatheringDomain.model() |
Gathering |
GatheringAccessTokenDomain.model() |
| Modifier and Type | Method and Description |
|---|---|
static Gathering |
Gathering.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
Gathering |
Gathering.withAllowUserIds(List<String> allowUserIds) |
Gathering |
Gathering.withAttributeRanges(List<AttributeRange> attributeRanges) |
Gathering |
Gathering.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
Gathering |
Gathering.withCreatedAt(Long createdAt) |
Gathering |
Gathering.withExpiresAt(Long expiresAt) |
Gathering |
Gathering.withGatheringId(String gatheringId) |
Gathering |
Gathering.withMetadata(String metadata) |
Gathering |
Gathering.withName(String name) |
Gathering |
Gathering.withUpdatedAt(Long updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
int |
Gathering.compareTo(Gathering o) |
| Modifier and Type | Method and Description |
|---|---|
Gathering |
DoMatchmakingResult.getItem() |
Gathering |
CreateGatheringResult.getItem() |
Gathering |
DoMatchmakingByPlayerResult.getItem() |
Gathering |
UpdateGatheringByUserIdResult.getItem() |
Gathering |
UpdateGatheringResult.getItem() |
Gathering |
CancelMatchmakingByUserIdResult.getItem() |
Gathering |
DeleteGatheringResult.getItem() |
Gathering |
CreateGatheringByUserIdResult.getItem() |
Gathering |
GetGatheringResult.getItem() |
Gathering |
DoMatchmakingByUserIdResult.getItem() |
Gathering |
CancelMatchmakingResult.getItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Gathering> |
DescribeGatheringsResult.getItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DoMatchmakingResult.setItem(Gathering item) |
void |
CreateGatheringResult.setItem(Gathering item) |
void |
DoMatchmakingByPlayerResult.setItem(Gathering item) |
void |
UpdateGatheringByUserIdResult.setItem(Gathering item) |
void |
UpdateGatheringResult.setItem(Gathering item) |
void |
CancelMatchmakingByUserIdResult.setItem(Gathering item) |
void |
DeleteGatheringResult.setItem(Gathering item) |
void |
CreateGatheringByUserIdResult.setItem(Gathering item) |
void |
GetGatheringResult.setItem(Gathering item) |
void |
DoMatchmakingByUserIdResult.setItem(Gathering item) |
void |
CancelMatchmakingResult.setItem(Gathering item) |
DoMatchmakingResult |
DoMatchmakingResult.withItem(Gathering item) |
CreateGatheringResult |
CreateGatheringResult.withItem(Gathering item) |
DoMatchmakingByPlayerResult |
DoMatchmakingByPlayerResult.withItem(Gathering item) |
UpdateGatheringByUserIdResult |
UpdateGatheringByUserIdResult.withItem(Gathering item) |
UpdateGatheringResult |
UpdateGatheringResult.withItem(Gathering item) |
CancelMatchmakingByUserIdResult |
CancelMatchmakingByUserIdResult.withItem(Gathering item) |
DeleteGatheringResult |
DeleteGatheringResult.withItem(Gathering item) |
CreateGatheringByUserIdResult |
CreateGatheringByUserIdResult.withItem(Gathering item) |
GetGatheringResult |
GetGatheringResult.withItem(Gathering item) |
DoMatchmakingByUserIdResult |
DoMatchmakingByUserIdResult.withItem(Gathering item) |
CancelMatchmakingResult |
CancelMatchmakingResult.withItem(Gathering item) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeGatheringsResult.setItems(List<Gathering> items) |
DescribeGatheringsResult |
DescribeGatheringsResult.withItems(List<Gathering> items) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.