@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WatchlistScreeningEntityHitListRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_CURSOR |
static String |
SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
WatchlistScreeningEntityHitListRequest() |
| Modifier and Type | Method and Description |
|---|---|
WatchlistScreeningEntityHitListRequest |
clientId(String clientId) |
WatchlistScreeningEntityHitListRequest |
cursor(String cursor) |
WatchlistScreeningEntityHitListRequest |
entityWatchlistScreeningId(String entityWatchlistScreeningId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getCursor()
An identifier that determines which page of results you receive.
|
String |
getEntityWatchlistScreeningId()
ID of the associated entity screening.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
WatchlistScreeningEntityHitListRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setCursor(String cursor) |
void |
setEntityWatchlistScreeningId(String entityWatchlistScreeningId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_SCREENING_ID
public static final String SERIALIZED_NAME_CURSOR
public WatchlistScreeningEntityHitListRequest()
public WatchlistScreeningEntityHitListRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WatchlistScreeningEntityHitListRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public WatchlistScreeningEntityHitListRequest entityWatchlistScreeningId(String entityWatchlistScreeningId)
public String getEntityWatchlistScreeningId()
public void setEntityWatchlistScreeningId(String entityWatchlistScreeningId)
public WatchlistScreeningEntityHitListRequest cursor(String cursor)
@Nullable public String getCursor()
public void setCursor(String cursor)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.