public static final class LocalizedString.Builder extends Object
LocalizedString builder static inner class.| Modifier and Type | Method and Description |
|---|---|
LocalizedString |
build()
Returns a
LocalizedString built from the parameters previously set. |
LocalizedString.Builder |
lang(String lang)
Sets the
lang and returns a reference to this Builder so that the methods can be chained together. |
LocalizedString.Builder |
value(String value)
Sets the
value and returns a reference to this Builder so that the methods can be chained together. |
public LocalizedString.Builder value(String value)
value and returns a reference to this Builder so that the methods can be chained together.value - the value to setpublic LocalizedString.Builder lang(String lang)
lang and returns a reference to this Builder so that the methods can be chained together.lang - the lang to setpublic LocalizedString build()
LocalizedString built from the parameters previously set.LocalizedString built with parameters of this LocalizedString.Builder
Connector Packaging generic 4.7.3 API
Copyright © {inceptionYear}-2025 eHealth. All Rights Reserved.