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