Uses of Class
io.gs2.distributor.model.CurrentDistributorMaster
Packages that use CurrentDistributorMaster
-
Uses of CurrentDistributorMaster in io.gs2.distributor.model
Methods in io.gs2.distributor.model that return CurrentDistributorMasterModifier and TypeMethodDescriptionstatic CurrentDistributorMasterCurrentDistributorMaster.fromJson(com.fasterxml.jackson.databind.JsonNode data) CurrentDistributorMaster.withNamespaceId(String namespaceId) CurrentDistributorMaster.withSettings(String settings) Methods in io.gs2.distributor.model with parameters of type CurrentDistributorMasterModifier and TypeMethodDescriptionintCurrentDistributorMaster.compareTo(CurrentDistributorMaster o) -
Uses of CurrentDistributorMaster in io.gs2.distributor.result
Methods in io.gs2.distributor.result that return CurrentDistributorMasterModifier and TypeMethodDescriptionExportMasterResult.getItem()GetCurrentDistributorMasterResult.getItem()UpdateCurrentDistributorMasterFromGitHubResult.getItem()UpdateCurrentDistributorMasterResult.getItem()Methods in io.gs2.distributor.result with parameters of type CurrentDistributorMasterModifier and TypeMethodDescriptionvoidExportMasterResult.setItem(CurrentDistributorMaster item) voidGetCurrentDistributorMasterResult.setItem(CurrentDistributorMaster item) voidUpdateCurrentDistributorMasterFromGitHubResult.setItem(CurrentDistributorMaster item) voidUpdateCurrentDistributorMasterResult.setItem(CurrentDistributorMaster item) ExportMasterResult.withItem(CurrentDistributorMaster item) GetCurrentDistributorMasterResult.withItem(CurrentDistributorMaster item) UpdateCurrentDistributorMasterFromGitHubResult.withItem(CurrentDistributorMaster item) UpdateCurrentDistributorMasterResult.withItem(CurrentDistributorMaster item)