Uses of Class
io.gs2.dictionary.model.CurrentEntryMaster
Packages that use CurrentEntryMaster
-
Uses of CurrentEntryMaster in io.gs2.dictionary.model
Methods in io.gs2.dictionary.model that return CurrentEntryMasterModifier and TypeMethodDescriptionstatic CurrentEntryMasterCurrentEntryMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentEntryMaster.withNamespaceId(String namespaceId) CurrentEntryMaster.withSettings(String settings) Methods in io.gs2.dictionary.model with parameters of type CurrentEntryMaster -
Uses of CurrentEntryMaster in io.gs2.dictionary.result
Methods in io.gs2.dictionary.result that return CurrentEntryMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentEntryMasterResult.getItem()UpdateCurrentEntryMasterFromGitHubResult.getItem()UpdateCurrentEntryMasterResult.getItem()Methods in io.gs2.dictionary.result with parameters of type CurrentEntryMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentEntryMaster item) voidGetCurrentEntryMasterResult.setItem(CurrentEntryMaster item) voidUpdateCurrentEntryMasterFromGitHubResult.setItem(CurrentEntryMaster item) voidUpdateCurrentEntryMasterResult.setItem(CurrentEntryMaster item) ExportMasterResult.withItem(CurrentEntryMaster item) GetCurrentEntryMasterResult.withItem(CurrentEntryMaster item) UpdateCurrentEntryMasterFromGitHubResult.withItem(CurrentEntryMaster item) UpdateCurrentEntryMasterResult.withItem(CurrentEntryMaster item)