Uses of Class
io.thestencil.client.api.ImmutableLocaleLabel.Builder
-
Packages that use ImmutableLocaleLabel.Builder Package Description io.thestencil.client.api -
-
Uses of ImmutableLocaleLabel.Builder in io.thestencil.client.api
Methods in io.thestencil.client.api that return ImmutableLocaleLabel.Builder Modifier and Type Method Description static ImmutableLocaleLabel.BuilderImmutableLocaleLabel. builder()Creates a builder forImmutableLocaleLabel.ImmutableLocaleLabel.BuilderImmutableLocaleLabel.Builder. from(StencilClient.LocaleLabel instance)Fill a builder with attribute values from the providedLocaleLabelinstance.ImmutableLocaleLabel.BuilderImmutableLocaleLabel.Builder. labelValue(String labelValue)Initializes the value for thelabelValueattribute.ImmutableLocaleLabel.BuilderImmutableLocaleLabel.Builder. locale(String locale)Initializes the value for thelocaleattribute.
-