@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-10-17T22:44:09.100608Z[Etc/UTC]") public class WatchlistScreeningEntityProgramGetRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CLIENT_ID |
static String |
SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID |
static String |
SERIALIZED_NAME_SECRET |
| Constructor and Description |
|---|
WatchlistScreeningEntityProgramGetRequest() |
| Modifier and Type | Method and Description |
|---|---|
WatchlistScreeningEntityProgramGetRequest |
clientId(String clientId) |
WatchlistScreeningEntityProgramGetRequest |
entityWatchlistProgramId(String entityWatchlistProgramId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getEntityWatchlistProgramId()
ID of the associated entity program.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
WatchlistScreeningEntityProgramGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setEntityWatchlistProgramId(String entityWatchlistProgramId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_ENTITY_WATCHLIST_PROGRAM_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_CLIENT_ID
public WatchlistScreeningEntityProgramGetRequest()
public WatchlistScreeningEntityProgramGetRequest entityWatchlistProgramId(String entityWatchlistProgramId)
public String getEntityWatchlistProgramId()
public void setEntityWatchlistProgramId(String entityWatchlistProgramId)
public WatchlistScreeningEntityProgramGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public WatchlistScreeningEntityProgramGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
Copyright © 2017–2023 Plaid Inc.. All rights reserved.