Uses of Class
com.ellucian.ethos.integration.client.config.SemVer.Builder
-
Packages that use SemVer.Builder Package Description com.ellucian.ethos.integration.client.config -
-
Uses of SemVer.Builder in com.ellucian.ethos.integration.client.config
Methods in com.ellucian.ethos.integration.client.config that return SemVer.Builder Modifier and Type Method Description SemVer.Builder
SemVer.Builder. withMajor(int major)
Sets the given major value for the version in the builder.SemVer.Builder
SemVer.Builder. withMinor(int minor)
Sets the given minor value for the version in the builder.SemVer.Builder
SemVer.Builder. withPatch(int patch)
Sets the given patch value for the version in the builder.
-