Uses of Class
io.thestencil.client.api.ImmutableLocaleMutator
-
Packages that use ImmutableLocaleMutator Package Description io.thestencil.client.api -
-
Uses of ImmutableLocaleMutator in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableLocaleMutator Modifier and Type Method Description ImmutableLocaleMutatorImmutableLocaleMutator.Builder. build()Builds a newImmutableLocaleMutator.static ImmutableLocaleMutatorImmutableLocaleMutator. copyOf(UpdateBuilder.LocaleMutator instance)Creates an immutable copy of aUpdateBuilder.LocaleMutatorvalue.ImmutableLocaleMutatorImmutableLocaleMutator. withEnabled(Boolean value)Copy the current immutable object by setting a value for theenabledattribute.ImmutableLocaleMutatorImmutableLocaleMutator. withLocaleId(String value)Copy the current immutable object by setting a value for thelocaleIdattribute.ImmutableLocaleMutatorImmutableLocaleMutator. withValue(String value)Copy the current immutable object by setting a value for thevalueattribute.
-