@Deprecated public static class PersonNameFormatter.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PersonNameFormatter |
build()
Deprecated.
This API is for technology preview only.
|
PersonNameFormatter.Builder |
setFormality(PersonNameFormatter.Formality formality)
Deprecated.
This API is for technology preview only.
|
PersonNameFormatter.Builder |
setLength(PersonNameFormatter.Length length)
Deprecated.
This API is for technology preview only.
|
PersonNameFormatter.Builder |
setLocale(Locale locale)
Deprecated.
This API is for technology preview only.
|
PersonNameFormatter.Builder |
setOptions(Set<PersonNameFormatter.Options> options)
Deprecated.
This API is for technology preview only.
|
PersonNameFormatter.Builder |
setUsage(PersonNameFormatter.Usage usage)
Deprecated.
This API is for technology preview only.
|
@Deprecated public PersonNameFormatter.Builder setLocale(Locale locale)
locale - The new formatter locale. May not be null.@Deprecated public PersonNameFormatter.Builder setLength(PersonNameFormatter.Length length)
length - The new name length.@Deprecated public PersonNameFormatter.Builder setUsage(PersonNameFormatter.Usage usage)
usage - The new name length.@Deprecated public PersonNameFormatter.Builder setFormality(PersonNameFormatter.Formality formality)
formality - The new name length.@Deprecated public PersonNameFormatter.Builder setOptions(Set<PersonNameFormatter.Options> options)
options - The new options set.@Deprecated public PersonNameFormatter build()
Copyright © 2016 Unicode, Inc. and others.