| Package | Description |
|---|---|
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
static CapacityOfRole |
CapacityOfRole.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CapacityOfRole |
CapacityOfRole.withCapacity(Integer capacity) |
CapacityOfRole |
CapacityOfRole.withParticipants(List<Player> participants) |
CapacityOfRole |
CapacityOfRole.withRoleAliases(List<String> roleAliases) |
CapacityOfRole |
CapacityOfRole.withRoleName(String roleName) |
| Modifier and Type | Method and Description |
|---|---|
List<CapacityOfRole> |
Gathering.getCapacityOfRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gathering.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
Gathering |
Gathering.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
| Modifier and Type | Method and Description |
|---|---|
List<CapacityOfRole> |
CreateGatheringRequest.getCapacityOfRoles() |
List<CapacityOfRole> |
CreateGatheringByUserIdRequest.getCapacityOfRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatheringRequest.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
void |
CreateGatheringByUserIdRequest.setCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
CreateGatheringRequest |
CreateGatheringRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
CreateGatheringByUserIdRequest |
CreateGatheringByUserIdRequest.withCapacityOfRoles(List<CapacityOfRole> capacityOfRoles) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.