public class AiNameParseRequest extends Object
Constructor and Description |
---|
AiNameParseRequest()
Initializes a new instance of the AiNameParseRequest class.
|
AiNameParseRequest(String name,
String language,
String location,
String encoding,
String script,
String style)
Initializes a new instance of the AiNameParseRequest class.
|
Modifier and Type | Method and Description |
---|---|
AiNameParseRequest |
encoding(String value)
Setter for: A character encoding name.
|
String |
getEncoding()
Getter for: A character encoding name.
|
String |
getLanguage()
Getter for: An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
String |
getLocation()
Getter for: A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.
|
String |
getName()
Getter for: A name to parse.
|
String |
getScript()
Getter for: A writing system code; starts with the ISO-15924 script name.
|
String |
getStyle()
Getter for: Name writing style.
|
AiNameParseRequest |
language(String value)
Setter for: An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
AiNameParseRequest |
location(String value)
Setter for: A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.
|
AiNameParseRequest |
name(String value)
Setter for: A name to parse.
|
AiNameParseRequest |
script(String value)
Setter for: A writing system code; starts with the ISO-15924 script name.
|
void |
setEncoding(String value)
Setter for: A character encoding name.
|
void |
setLanguage(String value)
Setter for: An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
void |
setLocation(String value)
Setter for: A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.
|
void |
setName(String value)
Setter for: A name to parse.
|
void |
setScript(String value)
Setter for: A writing system code; starts with the ISO-15924 script name.
|
void |
setStyle(String value)
Setter for: Name writing style.
|
AiNameParseRequest |
style(String value)
Setter for: Name writing style.
|
public AiNameParseRequest()
public AiNameParseRequest(String name, String language, String location, String encoding, String script, String style)
name
- A name to parse.language
- An ISO-639 code of the language; either 639-1 or 639-3 (e.g. \"it\" or \"ita\" for Italian).location
- A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.encoding
- A character encoding name.script
- A writing system code; starts with the ISO-15924 script name.style
- Name writing style. Enum, available values: Formal, Informal, Legal, Academicpublic String getName()
public void setName(String value)
public AiNameParseRequest name(String value)
public String getLanguage()
public void setLanguage(String value)
public AiNameParseRequest language(String value)
public String getLocation()
public void setLocation(String value)
public AiNameParseRequest location(String value)
public String getEncoding()
public void setEncoding(String value)
public AiNameParseRequest encoding(String value)
public String getScript()
public void setScript(String value)
public AiNameParseRequest script(String value)
public String getStyle()
public void setStyle(String value)
public AiNameParseRequest style(String value)
Copyright © 2020. All rights reserved.