Uses of Class
io.thestencil.persistence.api.ImmutableLocale.Builder
-
-
Uses of ImmutableLocale.Builder in io.thestencil.persistence.api
Methods in io.thestencil.persistence.api that return ImmutableLocale.Builder Modifier and Type Method Description static ImmutableLocale.BuilderImmutableLocale. builder()Creates a builder forImmutableLocale.ImmutableLocale.BuilderImmutableLocale.Builder. enabled(Boolean enabled)Initializes the value for theenabledattribute.ImmutableLocale.BuilderImmutableLocale.Builder. from(ZoePersistence.Locale instance)Fill a builder with attribute values from the providedLocaleinstance.ImmutableLocale.BuilderImmutableLocale.Builder. value(String value)Initializes the value for thevalueattribute.
-