Class LocalizedStringBuilder
java.lang.Object
com.commercetools.api.models.common.LocalizedStringBuilder
- All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<LocalizedString>
public class LocalizedStringBuilder
extends Object
implements io.vrap.rmf.base.client.Builder<LocalizedString>
Builder to create a
LocalizedString
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
builds LocalizedString without checking for non null required valuesstatic LocalizedStringBuilder
of()
static LocalizedStringBuilder
of
(LocalizedString template)
-
Constructor Details
-
LocalizedStringBuilder
public LocalizedStringBuilder()
-
-
Method Details
-
values
-
addValue
-
getValues
-
build
- Specified by:
build
in interfaceio.vrap.rmf.base.client.Builder<LocalizedString>
-
buildUnchecked
builds LocalizedString without checking for non null required values- Returns:
- LocalizedString
-
of
-
of
-