| Package | Description |
|---|---|
| io.gs2.formation.model | |
| io.gs2.formation.request |
| Modifier and Type | Method and Description |
|---|---|
static SlotModel |
SlotModel.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
SlotModel |
SlotModel.withMetadata(String metadata) |
SlotModel |
SlotModel.withName(String name) |
SlotModel |
SlotModel.withPropertyRegex(String propertyRegex) |
| Modifier and Type | Method and Description |
|---|---|
List<SlotModel> |
FormModelMaster.getSlots() |
List<SlotModel> |
FormModel.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
void |
FormModelMaster.setSlots(List<SlotModel> slots) |
void |
FormModel.setSlots(List<SlotModel> slots) |
FormModelMaster |
FormModelMaster.withSlots(List<SlotModel> slots) |
FormModel |
FormModel.withSlots(List<SlotModel> slots) |
| Modifier and Type | Method and Description |
|---|---|
List<SlotModel> |
UpdateFormModelMasterRequest.getSlots() |
List<SlotModel> |
CreateFormModelMasterRequest.getSlots() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFormModelMasterRequest.setSlots(List<SlotModel> slots) |
void |
CreateFormModelMasterRequest.setSlots(List<SlotModel> slots) |
UpdateFormModelMasterRequest |
UpdateFormModelMasterRequest.withSlots(List<SlotModel> slots) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withSlots(List<SlotModel> slots) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.