Uses of Class
io.gs2.version.model.Version
Packages that use Version
-
Uses of Version in io.gs2.version.model
Methods in io.gs2.version.model that return VersionModifier and TypeMethodDescriptionstatic VersionVersion.fromJson(com.fasterxml.jackson.databind.JsonNode data) ScheduleVersion.getCurrentVersion()Status.getCurrentVersion()VersionModel.getCurrentVersion()VersionModelMaster.getCurrentVersion()ScheduleVersion.getErrorVersion()VersionModel.getErrorVersion()VersionModelMaster.getErrorVersion()AcceptVersion.getVersion()SignTargetVersion.getVersion()TargetVersion.getVersion()ScheduleVersion.getWarningVersion()VersionModel.getWarningVersion()VersionModelMaster.getWarningVersion()Methods in io.gs2.version.model with parameters of type VersionModifier and TypeMethodDescriptionvoidScheduleVersion.setCurrentVersion(Version currentVersion) voidStatus.setCurrentVersion(Version currentVersion) voidVersionModel.setCurrentVersion(Version currentVersion) voidVersionModelMaster.setCurrentVersion(Version currentVersion) voidScheduleVersion.setErrorVersion(Version errorVersion) voidVersionModel.setErrorVersion(Version errorVersion) voidVersionModelMaster.setErrorVersion(Version errorVersion) voidAcceptVersion.setVersion(Version version) voidSignTargetVersion.setVersion(Version version) voidTargetVersion.setVersion(Version version) voidScheduleVersion.setWarningVersion(Version warningVersion) voidVersionModel.setWarningVersion(Version warningVersion) voidVersionModelMaster.setWarningVersion(Version warningVersion) ScheduleVersion.withCurrentVersion(Version currentVersion) Status.withCurrentVersion(Version currentVersion) VersionModel.withCurrentVersion(Version currentVersion) VersionModelMaster.withCurrentVersion(Version currentVersion) ScheduleVersion.withErrorVersion(Version errorVersion) VersionModel.withErrorVersion(Version errorVersion) VersionModelMaster.withErrorVersion(Version errorVersion) AcceptVersion.withVersion(Version version) SignTargetVersion.withVersion(Version version) TargetVersion.withVersion(Version version) ScheduleVersion.withWarningVersion(Version warningVersion) VersionModel.withWarningVersion(Version warningVersion) VersionModelMaster.withWarningVersion(Version warningVersion) -
Uses of Version in io.gs2.version.request
Methods in io.gs2.version.request that return VersionModifier and TypeMethodDescriptionCreateVersionModelMasterRequest.getCurrentVersion()UpdateVersionModelMasterRequest.getCurrentVersion()CreateVersionModelMasterRequest.getErrorVersion()UpdateVersionModelMasterRequest.getErrorVersion()AcceptByUserIdRequest.getVersion()AcceptRequest.getVersion()CalculateSignatureRequest.getVersion()CreateVersionModelMasterRequest.getWarningVersion()UpdateVersionModelMasterRequest.getWarningVersion()Methods in io.gs2.version.request with parameters of type VersionModifier and TypeMethodDescriptionvoidCreateVersionModelMasterRequest.setCurrentVersion(Version currentVersion) voidUpdateVersionModelMasterRequest.setCurrentVersion(Version currentVersion) voidCreateVersionModelMasterRequest.setErrorVersion(Version errorVersion) voidUpdateVersionModelMasterRequest.setErrorVersion(Version errorVersion) voidAcceptByUserIdRequest.setVersion(Version version) voidAcceptRequest.setVersion(Version version) voidCalculateSignatureRequest.setVersion(Version version) voidCreateVersionModelMasterRequest.setWarningVersion(Version warningVersion) voidUpdateVersionModelMasterRequest.setWarningVersion(Version warningVersion) CreateVersionModelMasterRequest.withCurrentVersion(Version currentVersion) UpdateVersionModelMasterRequest.withCurrentVersion(Version currentVersion) CreateVersionModelMasterRequest.withErrorVersion(Version errorVersion) UpdateVersionModelMasterRequest.withErrorVersion(Version errorVersion) AcceptByUserIdRequest.withVersion(Version version) AcceptRequest.withVersion(Version version) CalculateSignatureRequest.withVersion(Version version) CreateVersionModelMasterRequest.withWarningVersion(Version warningVersion) UpdateVersionModelMasterRequest.withWarningVersion(Version warningVersion)