Package org.projecthusky.valueset.model
Class Designation.Builder
java.lang.Object
org.projecthusky.valueset.model.Designation.Builder
- Enclosing class:
- Designation
Builder to build
Designation.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the.withDisplayName(String displayName) With display name.withLanguageCode(LanguageCode languageCode) With language code.withType(DesignationType type) With type.
-
Method Details
-
build
Builds the.- Returns:
- the designation
-
withDisplayName
With display name.- Parameters:
displayName- the display name- Returns:
- the builder
-
withLanguageCode
With language code.- Parameters:
languageCode- the language code- Returns:
- the builder
-
withType
With type.- Parameters:
type- the type- Returns:
- the builder
-