Uses of Class
io.thestencil.persistence.api.ImmutableLocale
-
-
Uses of ImmutableLocale in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableLocale Modifier and Type Method Description ImmutableLocaleImmutableLocale.Builder. build()Builds a newImmutableLocale.static ImmutableLocaleImmutableLocale. copyOf(ZoePersistence.Locale instance)Creates an immutable copy of aZoePersistence.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.
-