@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-11-14T16:41:31.650700Z[Etc/UTC]") public class TransactionsUserInsightsGetRequest 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_SECRET |
Constructor and Description |
---|
TransactionsUserInsightsGetRequest() |
Modifier and Type | Method and Description |
---|---|
TransactionsUserInsightsGetRequest |
clientId(String clientId) |
TransactionsUserInsightsGetRequest |
clientUserId(String clientUserId) |
boolean |
equals(Object o) |
String |
getClientId()
Your Plaid API `client_id`.
|
String |
getClientUserId()
A unique client-provided user_id to retrieve insights for.
|
String |
getSecret()
Your Plaid API `secret`.
|
int |
hashCode() |
TransactionsUserInsightsGetRequest |
secret(String secret) |
void |
setClientId(String clientId) |
void |
setClientUserId(String clientUserId) |
void |
setSecret(String secret) |
String |
toString() |
public static final String SERIALIZED_NAME_CLIENT_ID
public static final String SERIALIZED_NAME_SECRET
public static final String SERIALIZED_NAME_CLIENT_USER_ID
public TransactionsUserInsightsGetRequest clientId(String clientId)
@Nullable public String getClientId()
public void setClientId(String clientId)
public TransactionsUserInsightsGetRequest secret(String secret)
@Nullable public String getSecret()
public void setSecret(String secret)
public TransactionsUserInsightsGetRequest clientUserId(String clientUserId)
public String getClientUserId()
public void setClientUserId(String clientUserId)
Copyright © 2017–2024 Plaid Inc.. All rights reserved.