public class AiNameFormatRequestBuilder extends Object
Constructor and Description |
---|
AiNameFormatRequestBuilder(AiNameFormatRequest model) |
Modifier and Type | Method and Description |
---|---|
AiNameFormatRequest |
build()
Build AiNameFormatRequest instance.
|
AiNameFormatRequestBuilder |
encoding(String encoding)
Setter for: A character encoding name.
|
AiNameFormatRequestBuilder |
format(String format)
Setter for: Format of the name.
|
AiNameFormatRequestBuilder |
language(String language)
Setter for: An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
AiNameFormatRequestBuilder |
location(String location)
Setter for: A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.
|
AiNameFormatRequestBuilder |
name(String name)
Setter for: A name to format.
|
AiNameFormatRequestBuilder |
script(String script)
Setter for: A writing system code; starts with the ISO-15924 script name.
|
AiNameFormatRequestBuilder |
style(String style)
Setter for: Name writing style.
|
public AiNameFormatRequestBuilder(AiNameFormatRequest model)
public AiNameFormatRequest build()
public AiNameFormatRequestBuilder name(String name)
public AiNameFormatRequestBuilder language(String language)
public AiNameFormatRequestBuilder location(String location)
public AiNameFormatRequestBuilder encoding(String encoding)
public AiNameFormatRequestBuilder script(String script)
public AiNameFormatRequestBuilder format(String format)
public AiNameFormatRequestBuilder style(String style)
Copyright © 2020. All rights reserved.