Uses of Class
io.thestencil.client.api.ImmutableLocaleLabel
-
Packages that use ImmutableLocaleLabel Package Description io.thestencil.client.api -
-
Uses of ImmutableLocaleLabel in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableLocaleLabel Modifier and Type Method Description ImmutableLocaleLabelImmutableLocaleLabel.Builder. build()Builds a newImmutableLocaleLabel.static ImmutableLocaleLabelImmutableLocaleLabel. copyOf(StencilClient.LocaleLabel instance)Creates an immutable copy of aStencilClient.LocaleLabelvalue.ImmutableLocaleLabelImmutableLocaleLabel. withLabelValue(String value)Copy the current immutable object by setting a value for thelabelValueattribute.ImmutableLocaleLabelImmutableLocaleLabel. withLocale(String value)Copy the current immutable object by setting a value for thelocaleattribute.
-