@Deprecated public static class SimplePersonName.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
SimplePersonName.Builder |
addField(PersonName.NameField field,
Collection<PersonName.FieldModifier> modifiers,
String value)
Deprecated.
This API is for technology preview only.
|
SimplePersonName |
build()
Deprecated.
This API is for technology preview only.
|
SimplePersonName.Builder |
setLocale(Locale locale)
Deprecated.
This API is for technology preview only.
|
@Deprecated public SimplePersonName.Builder setLocale(Locale locale)
locale - The locale for the new name object. Can be null, which indicates the
name's locale is unknown.@Deprecated public SimplePersonName.Builder addField(PersonName.NameField field, Collection<PersonName.FieldModifier> modifiers, String value)
field - A NameField object specifying the field to set.modifiers - A collection of FieldModifier objects for any modifiers that apply
to this field value. May be null, which is the same as the empty set.value - The value for this field.@Deprecated public SimplePersonName build()
Copyright © 2016 Unicode, Inc. and others.