Class Designation.Builder

java.lang.Object
org.projecthusky.valueset.model.Designation.Builder
Enclosing class:
Designation

@Generated("SparkTools") public static final class Designation.Builder extends Object
Builder to build Designation.
  • Method Details

    • build

      public Designation build()
      Builds the.
      Returns:
      the designation
    • withDisplayName

      public Designation.Builder withDisplayName(String displayName)
      With display name.
      Parameters:
      displayName - the display name
      Returns:
      the builder
    • withLanguageCode

      public Designation.Builder withLanguageCode(LanguageCode languageCode)
      With language code.
      Parameters:
      languageCode - the language code
      Returns:
      the builder
    • withType

      public Designation.Builder withType(DesignationType type)
      With type.
      Parameters:
      type - the type
      Returns:
      the builder