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