| Package | Description |
|---|---|
| io.gs2.formation | |
| io.gs2.formation.domain.model | |
| io.gs2.formation.request |
| Modifier and Type | Method and Description |
|---|---|
CreateFormModelMasterResult |
Gs2FormationRestClient.createFormModelMaster(CreateFormModelMasterRequest request) |
void |
Gs2FormationRestClient.createFormModelMasterAsync(CreateFormModelMasterRequest request,
AsyncAction<AsyncResult<CreateFormModelMasterResult>> callback) |
| Modifier and Type | Method and Description |
|---|---|
FormModelMasterDomain |
NamespaceDomain.createFormModelMaster(CreateFormModelMasterRequest request) |
| Modifier and Type | Method and Description |
|---|---|
static CreateFormModelMasterRequest |
CreateFormModelMasterRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withDescription(String description) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withMetadata(String metadata) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withName(String name) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withNamespaceName(String namespaceName) |
CreateFormModelMasterRequest |
CreateFormModelMasterRequest.withSlots(List<SlotModel> slots) |
Copyright © 2016-2019 Game Server Services, Inc. AllRights Reserved.