Package org.projecthusky.valueset.config
Class ValueSetPackageConfig.Builder
java.lang.Object
org.projecthusky.valueset.config.ValueSetPackageConfig.Builder
- Enclosing class:
- ValueSetPackageConfig
Builder to build
ValueSetPackageConfig.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.withDescription(String description) With description.withIdentificator(IdentificatorBaseType identificator) With identificator.withSourceUrl(String sourceUrl) With source url.withStatus(ValueSetPackageStatus status) With status.withValueSetConfigList(ArrayList<ValueSetConfig> valueSetConfigList) With value set config list.withVersion(Version version) With version.
-
Method Details
-
build
Builds the.- Returns:
- the value set package config
-
withDescription
With description.- Parameters:
description- the description- Returns:
- the builder
-
withIdentificator
With identificator.- Parameters:
identificator- the identificator- Returns:
- the builder
-
withSourceUrl
With source url.- Parameters:
sourceUrl- the source url- Returns:
- the builder
-
withStatus
With status.- Parameters:
status- the status- Returns:
- the builder
-
withValueSetConfigList
public ValueSetPackageConfig.Builder withValueSetConfigList(ArrayList<ValueSetConfig> valueSetConfigList) With value set config list.- Parameters:
valueSetConfigList- the value set config list- Returns:
- the builder
-
withVersion
With version.- Parameters:
version- the version- Returns:
- the builder
-