@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class EntityWatchlistSearchTerms extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_COUNTRY |
static String |
SERIALIZED_NAME_DOCUMENT_NUMBER |
static String |
SERIALIZED_NAME_EMAIL_ADDRESS |
static String |
SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID |
static String |
SERIALIZED_NAME_LEGAL_NAME |
static String |
SERIALIZED_NAME_PHONE_NUMBER |
static String |
SERIALIZED_NAME_URL |
Constructor and Description |
---|
EntityWatchlistSearchTerms() |
Modifier and Type | Method and Description |
---|---|
EntityWatchlistSearchTerms |
country(String country) |
EntityWatchlistSearchTerms |
documentNumber(String documentNumber) |
EntityWatchlistSearchTerms |
emailAddress(String emailAddress) |
EntityWatchlistSearchTerms |
entityWatchlistProgramId(String entityWatchlistProgramId) |
boolean |
equals(Object o) |
String |
getCountry()
Valid, capitalized, two-letter ISO code representing the country of this object.
|
String |
getDocumentNumber()
The numeric or alphanumeric identifier associated with this document.
|
String |
getEmailAddress()
A valid email address.
|
String |
getEntityWatchlistProgramId()
ID of the associated entity program.
|
String |
getLegalName()
The name of the organization being screened.
|
String |
getPhoneNumber()
A phone number in E.164 format.
|
URI |
getUrl()
An 'http' or 'https' URL (must begin with either of those).
|
int |
hashCode() |
EntityWatchlistSearchTerms |
legalName(String legalName) |
EntityWatchlistSearchTerms |
phoneNumber(String phoneNumber) |
void |
setCountry(String country) |
void |
setDocumentNumber(String documentNumber) |
void |
setEmailAddress(String emailAddress) |
void |
setEntityWatchlistProgramId(String entityWatchlistProgramId) |
void |
setLegalName(String legalName) |
void |
setPhoneNumber(String phoneNumber) |
void |
setUrl(URI url) |
String |
toString() |
EntityWatchlistSearchTerms |
url(URI url) |
public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID
public static final String SERIALIZED_NAME_LEGAL_NAME
public static final String SERIALIZED_NAME_DOCUMENT_NUMBER
public static final String SERIALIZED_NAME_EMAIL_ADDRESS
public static final String SERIALIZED_NAME_COUNTRY
public static final String SERIALIZED_NAME_PHONE_NUMBER
public static final String SERIALIZED_NAME_URL
public EntityWatchlistSearchTerms entityWatchlistProgramId(String entityWatchlistProgramId)
public String getEntityWatchlistProgramId()
public void setEntityWatchlistProgramId(String entityWatchlistProgramId)
public EntityWatchlistSearchTerms legalName(String legalName)
public String getLegalName()
public void setLegalName(String legalName)
public EntityWatchlistSearchTerms documentNumber(String documentNumber)
@Nullable public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
public EntityWatchlistSearchTerms emailAddress(String emailAddress)
@Nullable public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public EntityWatchlistSearchTerms country(String country)
@Nullable public String getCountry()
public void setCountry(String country)
public EntityWatchlistSearchTerms phoneNumber(String phoneNumber)
@Nullable public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public EntityWatchlistSearchTerms url(URI url)
@Nullable public URI getUrl()
public void setUrl(URI url)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.