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