@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WatchlistScreeningEntityCreateRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_CLIENT_USER_ID |
static String |
SERIALIZED_NAME_SEARCH_TERMS |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
WatchlistScreeningEntityCreateRequest() |
| Modifier and Type | Method and Description |
|---|---|
WatchlistScreeningEntityCreateRequest |
clientId(String clientId) |
WatchlistScreeningEntityCreateRequest |
clientUserId(String clientUserId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getClientUserId()
A unique ID that identifies the end user in your system.
|
EntityWatchlistSearchTerms |
getSearchTerms()
Get searchTerms
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
WatchlistScreeningEntityCreateRequest |
searchTerms(EntityWatchlistSearchTerms searchTerms) |
WatchlistScreeningEntityCreateRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setClientUserId(String clientUserId) |
void |
setSearchTerms(EntityWatchlistSearchTerms searchTerms) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_SEARCH_TERMS
public static final String SERIALIZED_NAME_CLIENT_USER_ID
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public WatchlistScreeningEntityCreateRequest()
public WatchlistScreeningEntityCreateRequest searchTerms(EntityWatchlistSearchTerms searchTerms)
public EntityWatchlistSearchTerms getSearchTerms()
public void setSearchTerms(EntityWatchlistSearchTerms searchTerms)
public WatchlistScreeningEntityCreateRequest clientUserId(String clientUserId)
@Nullable public String getClientUserId()
public void setClientUserId(String clientUserId)
public WatchlistScreeningEntityCreateRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WatchlistScreeningEntityCreateRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.