Uses of Class
io.gs2.formation.model.CurrentFormMaster
Packages that use CurrentFormMaster
-
Uses of CurrentFormMaster in io.gs2.formation.model
Methods in io.gs2.formation.model that return CurrentFormMasterModifier and TypeMethodDescriptionstatic CurrentFormMasterCurrentFormMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentFormMaster.withNamespaceId(String namespaceId) CurrentFormMaster.withSettings(String settings) Methods in io.gs2.formation.model with parameters of type CurrentFormMaster -
Uses of CurrentFormMaster in io.gs2.formation.result
Methods in io.gs2.formation.result that return CurrentFormMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentFormMasterResult.getItem()UpdateCurrentFormMasterFromGitHubResult.getItem()UpdateCurrentFormMasterResult.getItem()Methods in io.gs2.formation.result with parameters of type CurrentFormMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentFormMaster item) voidGetCurrentFormMasterResult.setItem(CurrentFormMaster item) voidUpdateCurrentFormMasterFromGitHubResult.setItem(CurrentFormMaster item) voidUpdateCurrentFormMasterResult.setItem(CurrentFormMaster item) ExportMasterResult.withItem(CurrentFormMaster item) GetCurrentFormMasterResult.withItem(CurrentFormMaster item) UpdateCurrentFormMasterFromGitHubResult.withItem(CurrentFormMaster item) UpdateCurrentFormMasterResult.withItem(CurrentFormMaster item)