Uses of Class
io.thestencil.client.api.ImmutableLocale
-
Packages that use ImmutableLocale Package Description io.thestencil.client.api -
-
Uses of ImmutableLocale in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableLocale Modifier and Type Method Description ImmutableLocaleImmutableLocale.Builder. build()Builds a newImmutableLocale.static ImmutableLocaleImmutableLocale. copyOf(StencilClient.Locale instance)Creates an immutable copy of aStencilClient.Localevalue.ImmutableLocaleImmutableLocale. withEnabled(Boolean value)Copy the current immutable object by setting a value for theenabledattribute.ImmutableLocaleImmutableLocale. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-