| Package | Description |
|---|---|
| io.gs2.matchmaking.model | |
| io.gs2.matchmaking.request |
| Modifier and Type | Method and Description |
|---|---|
static AttributeRange |
AttributeRange.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
AttributeRange |
AttributeRange.withMax(Integer max) |
AttributeRange |
AttributeRange.withMin(Integer min) |
AttributeRange |
AttributeRange.withName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeRange> |
Gathering.getAttributeRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
Gathering.setAttributeRanges(List<AttributeRange> attributeRanges) |
Gathering |
Gathering.withAttributeRanges(List<AttributeRange> attributeRanges) |
| Modifier and Type | Method and Description |
|---|---|
List<AttributeRange> |
CreateGatheringRequest.getAttributeRanges() |
List<AttributeRange> |
UpdateGatheringByUserIdRequest.getAttributeRanges() |
List<AttributeRange> |
CreateGatheringByUserIdRequest.getAttributeRanges() |
List<AttributeRange> |
UpdateGatheringRequest.getAttributeRanges() |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateGatheringRequest.setAttributeRanges(List<AttributeRange> attributeRanges) |
void |
UpdateGatheringByUserIdRequest.setAttributeRanges(List<AttributeRange> attributeRanges) |
void |
CreateGatheringByUserIdRequest.setAttributeRanges(List<AttributeRange> attributeRanges) |
void |
UpdateGatheringRequest.setAttributeRanges(List<AttributeRange> attributeRanges) |
CreateGatheringRequest |
CreateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
UpdateGatheringByUserIdRequest |
UpdateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
CreateGatheringByUserIdRequest |
CreateGatheringByUserIdRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
UpdateGatheringRequest |
UpdateGatheringRequest.withAttributeRanges(List<AttributeRange> attributeRanges) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.