public class AiNameExpandRequest extends Object
Constructor and Description |
---|
AiNameExpandRequest()
Initializes a new instance of the AiNameExpandRequest class.
|
AiNameExpandRequest(String name,
String language,
String location,
String encoding,
String script,
String style)
Initializes a new instance of the AiNameExpandRequest class.
|
Modifier and Type | Method and Description |
---|---|
AiNameExpandRequest |
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 expand.
|
String |
getScript()
Getter for: A writing system code; starts with the ISO-15924 script name.
|
String |
getStyle()
Getter for: Name writing style.
|
AiNameExpandRequest |
language(String value)
Setter for: An ISO-639 code of the language; either 639-1 or 639-3 (e.g.
|
AiNameExpandRequest |
location(String value)
Setter for: A geographic code such as an ISO-3166 two letter country code, for example \"FR\" for France.
|
AiNameExpandRequest |
name(String value)
Setter for: A name to expand.
|
AiNameExpandRequest |
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 expand.
|
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.
|
AiNameExpandRequest |
style(String value)
Setter for: Name writing style.
|
public AiNameExpandRequest()
public AiNameExpandRequest(String name, String language, String location, String encoding, String script, String style)
name
- A name to expand.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 AiNameExpandRequest name(String value)
public String getLanguage()
public void setLanguage(String value)
public AiNameExpandRequest language(String value)
public String getLocation()
public void setLocation(String value)
public AiNameExpandRequest location(String value)
public String getEncoding()
public void setEncoding(String value)
public AiNameExpandRequest encoding(String value)
public String getScript()
public void setScript(String value)
public AiNameExpandRequest script(String value)
public String getStyle()
public void setStyle(String value)
public AiNameExpandRequest style(String value)
Copyright © 2020. All rights reserved.