Klasse InternationalizedString

java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.InternationalizedString

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class InternationalizedString extends Object
InternationalizedString
  • Felddetails

    • locale

      protected String locale
      This property will have the localization information of the property 'value'.
    • value

      protected String value
      This property will hold the actual string
  • Konstruktordetails

    • InternationalizedString

      public InternationalizedString(Consumer<InternationalizedString> spec)
      Constructs a validated instance of InternationalizedString.
      Parameter:
      spec - the specification to process
    • InternationalizedString

      @Internal public InternationalizedString(String locale, String value)
      Constructs a validated instance of InternationalizedString.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using InternationalizedString(Consumer) instead.

      Parameter:
      locale - This property will have the localization information of the property 'value'.
      value - This property will hold the actual string
    • InternationalizedString

      protected InternationalizedString()
  • Methodendetails